[LLVMbugs] [Bug 361] simplifycfg crashes
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jun 7 16:09:15 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=361
sabre at nondot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|Scalar Optimizations |Core LLVM classes
Keywords| |regression
Resolution| |FIXED
------- Additional Comments From sabre at nondot.org 2004-06-07 18:09 -------
Thanks for finding this! This was a bug in the verifier, which was checking
for dominance in code that was unreachable. Unreachable code doesn't have
dominance properties that make sense, so we don't check it.
Patch here:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040607/015059.html
Testcase here:
test/Regression/Assembler/2004-06-07-VerifierBug.llx
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list