http://llvm.org/bugs/show_bug.cgi?id=9592
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Benjamin Kramer <[email protected]> 2011-03-31 05:14:52 CDT --- Thanks for the nice testcase. This is another optzn gcc (and dragonegg) do in the frontend but LLVM misses. Fixed in r128625, clang now generates the same movss/minss/movaps sequence as gcc. -- 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
