We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ 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
The text was updated successfully, but these errors were encountered:
This is happening because LastUser map has multiple entries for idom. I have a fix that I will check in after further testing.
Sorry, something went wrong.
Fixed..
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070205/043936.html
Merge pull request llvm#1530 from adrian-prantl/bytesize
06e40ed
Cherry-pick bytesize context patch
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: