http://llvm.org/bugs/show_bug.cgi?id=9587
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Benjamin Kramer <[email protected]> 2011-03-30 10:45:37 CDT --- This is a neat trick. GCC does this kind of optimization in the frontend, so llvm-gcc users didn't notice it. I implemented the optimization in LLVM's optimizer in svn r128545 and r128546. -- 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
