[PATCH] D23247: AVX-512: Changed lowering of BITCAST between i1 vectors and i8/i16/i32 integer values

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 7 04:30:47 PDT 2016


igorb accepted this revision.
igorb added a comment.
This revision is now accepted and ready to land.

minor comment

LGTM


================
Comment at: ../lib/Target/X86/X86InstrAVX512.td:2058
@@ -2056,1 +2057,3 @@
+
 let Predicates = [HasBWI] in {
+  def : Pat<(v32i1 (bitconvert (i32 GR32:$src))),
----------------
do we need target predicate here ( the same above) ? I think that after the change it can be removed.


Repository:
  rL LLVM

https://reviews.llvm.org/D23247





More information about the llvm-commits mailing list