http://llvm.org/bugs/show_bug.cgi?id=14590
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Benjamin Kramer <[email protected]> 2012-12-22 05:35:11 CST --- With r170984 we emit: movq (%rdi), %xmm0 punpcklwd %xmm0, %xmm0 ## xmm0 = xmm0[0,0,1,1,2,2,3,3] psrad $16, %xmm0 -- 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
