[PATCH] D20513: [AVX512] Implement missing patterns for any_extend load lowering.

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Sun May 22 01:10:04 PDT 2016


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

One minor comment. LGTM.


================
Comment at: lib/Target/X86/X86ISelLowering.cpp:1510
@@ +1509,3 @@
+      setLoadExtAction(ExtType, MVT::v32i16, MVT::v32i8, Legal);
+      if (Subtarget.hasVLX()) {
+        setLoadExtAction(ExtType, MVT::v16i16, MVT::v16i8, Legal);
----------------
If you postpone implementation of AVX2, please put FIXME.
Otherwise these commands are available on AVX2 and SSE.


Repository:
  rL LLVM

http://reviews.llvm.org/D20513





More information about the llvm-commits mailing list