http://llvm.org/bugs/show_bug.cgi?id=8994
Nick Lewycky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Nick Lewycky <[email protected]> 2011-01-20 20:32:49 CST --- Your patch is good but overly aggressive: it would forbid optimizing a select between two <4 x i32>s that are then casted to a <4 x float>. Fixed in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110117/115543.html . Thanks for the bug report, especially with testcase! -- 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
