[LLVMbugs] [Bug 14005] Clang duplicates arguments of "sub" instruction
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Oct 3 08:33:41 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=14005
Benjamin Kramer <benny.kra at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Benjamin Kramer <benny.kra at gmail.com> 2012-10-03 10:33:41 CDT ---
After some discussion with Duncan it became clear that the test case is invalid
because you can't take the address of a dead block. With slight modification to
make l2 reachable the test case passes as expected now (and failed before
r165117). I'm closing this bug as fixed.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list