https://bugs.llvm.org/show_bug.cgi?id=32790
Sanjay Patel <spatel+l...@rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Sanjay Patel <spatel+l...@rotateright.com> ---
Should be fixed after:
https://reviews.llvm.org/rL303997
$ ./llc -o - -mattr=avx 32790.ll
vpaddd %xmm1, %xmm0, %xmm4
vextractf128 $1, %ymm1, %xmm1
vextractf128 $1, %ymm0, %xmm0
vpaddd %xmm1, %xmm0, %xmm0
vextractf128 $1, %ymm2, %xmm1
vpand %xmm1, %xmm0, %xmm0 <--- narrow logic op
vextractf128 $1, %ymm3, %xmm1
vpsubd %xmm1, %xmm0, %xmm0
vpand %xmm2, %xmm4, %xmm1 <--- narrow logic op
vpsubd %xmm3, %xmm1, %xmm1
vinsertf128 $1, %xmm0, %ymm1, %ymm0
retq
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs