[PATCH] D61189: [X86][SSE] Extract i1 elements from vXi1 bool vectors
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 29 04:19:19 PDT 2019
RKSimon marked an inline comment as done.
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/movmsk-cmp.ll:4543
+; SSE2-NEXT: testb $14, %al
+; SSE2-NEXT: setne %al
; SSE2-NEXT: retq
----------------
Interesting that we merge this OR chain but fail with the AND chain on movmsk_v2i64
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61189/new/
https://reviews.llvm.org/D61189
More information about the llvm-commits
mailing list