http://llvm.org/bugs/show_bug.cgi?id=3921
Owen Anderson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Owen Anderson <[email protected]> 2009-03-31 20:22:52 --- This is fixed in r68172. Note that GVN doesn't handle his case very generally, since it's not a constant propagator. For instance, if you pass in the IR Eric posted, the GVN will not be able to simplify it. If you start from the original IR, where it re-does the comparison, then it will successfully simplify it. -- 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
