https://bugs.llvm.org/show_bug.cgi?id=42674
Simon Pilgrim <llvm-...@redking.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed By Commit(s)| |r366636
Resolution|--- |FIXED
Status|CONFIRMED |RESOLVED
--- Comment #2 from Simon Pilgrim <llvm-...@redking.me.uk> ---
Fixed in rL366636
sum:
vmovdqu xmm0, xmmword ptr [rdi]
vpshufd xmm1, xmm0, 78 # xmm1 = xmm0[2,3,0,1]
vpaddb xmm0, xmm0, xmm1
vpxor xmm1, xmm1, xmm1
vpsadbw xmm0, xmm0, xmm1
vpextrb eax, xmm0, 0
ret
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs