https://llvm.org/bugs/show_bug.cgi?id=17534
Sanjay Patel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Sanjay Patel <[email protected]> --- This is working as of r233282: $ ./llc 17534.ll -o - ... movd %esi, %xmm0 pshufd $68, %xmm0, %xmm0 # xmm0 = xmm0[0,1,0,1] movdqu %xmm0, 16(%rdi) movdqu %xmm0, (%rdi) retq -- 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
