http://llvm.org/bugs/show_bug.cgi?id=22413
Chandler Carruth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from Chandler Carruth <[email protected]> --- This doesn't look like a bug to me, but maybe something along the way fixed it. The blend form of 'movss' is no faster than shufps really. Not sure its worth adding logic to try to use it. The other example in the test case uses shufps and a movss for me. -- 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
