Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

passmgr bug: Analysis used but not available! #1530

Closed
lattner opened this issue Feb 3, 2007 · 2 comments
Closed

passmgr bug: Analysis used but not available! #1530

lattner opened this issue Feb 3, 2007 · 2 comments
Labels
bugzilla Issues migrated from bugzilla llvm:core regression

Comments

@lattner
Copy link
Collaborator

lattner commented Feb 3, 2007

Bugzilla Link 1158
Resolution FIXED
Resolved on Feb 22, 2010 12:51
Version trunk
OS All

Extended Description

$ echo "define i8 @​test() { unreachable }" | llvm-as | opt -domtree -idom -gcse -etforest -constmerge -
disable-output
PassManager.cpp:663: failed assertion `0 && "Analysis used but not available!"'
Abort

-Chris

@llvmbot
Copy link
Collaborator

llvmbot commented Feb 5, 2007

This is happening because LastUser map has multiple entries for idom. I have a fix that I will check in after
further testing.

@llvmbot
Copy link
Collaborator

llvmbot commented Feb 5, 2007

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
troelsbjerre pushed a commit to troelsbjerre/llvm-project that referenced this issue Jan 10, 2024
Cherry-pick bytesize context patch
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla llvm:core regression
Projects
None yet
Development

No branches or pull requests

2 participants