[PATCH] D42031: [X86] Legalize v32i1 without BWI via splitting to v16i1 rather than the default of promoting to v32i8.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 19 07:29:37 PST 2018
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/avx512-insert-extract.ll:1068
+; KNL-NEXT: kmovw %k0, %eax
; KNL-NEXT: andb $1, %al
; KNL-NEXT: movb $4, %cl
----------------
Is the andb necessary? Are we missing some known bits handling here?
https://reviews.llvm.org/D42031
More information about the llvm-commits
mailing list