http://llvm.org/bugs/show_bug.cgi?id=1795
Dan Gohman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from Dan Gohman <[email protected]> 2009-07-20 20:14:38 --- getelementptr is now being handled more carefully, and it's no longer safe to push an add below an inttoptr in general. This testcase is still theoretically optimizable, but it'll require a more elaborate approach. -- 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
