http://llvm.org/bugs/show_bug.cgi?id=13239
Simon Pilgrim <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #2 from Simon Pilgrim <[email protected]> --- Fixed by r224429 .globl __fun1 .align 4, 0x90 __fun1: ## @_fun1 .cfi_startproc ## BB#0: ## %_L1 vmovaps (%rdi), %ymm0 vextractf128 $1, %ymm0, %xmm1 vpabsd %xmm0, %xmm0 vpshufd $68, %xmm1, %xmm1 ## xmm1 = xmm1[0,1,0,1] vpabsd %xmm1, %xmm1 vmovq %xmm1, %xmm1 vmovdqa %xmm0, (%rdi) vmovq %xmm1, 16(%rdi) vzeroupper retq .cfi_endproc -- 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
