[PATCH] D18850: [X86]: Fix for PR27251
David Kreitzer via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 7 08:21:50 PDT 2016
DavidKreitzer added a comment.
LGTM, Kevin.
================
Comment at: test/CodeGen/X86/vector-blend.ll:1011
@@ -1010,3 +1010,3 @@
; SSE2-NEXT: pslld $31, %xmm1
; SSE2-NEXT: psrad $31, %xmm1
; SSE2-NEXT: pxor %xmm1, %xmm0
----------------
I know this isn't related to your change, but the redundant shifts here are pretty gross.
http://reviews.llvm.org/D18850
More information about the llvm-commits
mailing list