[PATCH] D13633: Type legalizer for masked gather/scatter intrinsics

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 05:31:36 PST 2015


delena updated this revision to Diff 41614.
delena marked 5 inline comments as done.
delena added a comment.

Fixed WidenTargetBoolean() and added more tests to check that the mask is sign-extended.
Thanks to Mitch for catching this.

Addressed all other issues.

Sorry for adding a line to X86InstrAVX512.td, just one of the new tests triggered the failure.
I'm trying to reproduce the same failure on a standalone test to make a separate commit.


Repository:
  rL LLVM

http://reviews.llvm.org/D13633

Files:
  ../include/llvm/CodeGen/SelectionDAGNodes.h
  ../lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  ../lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  ../lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  ../lib/CodeGen/SelectionDAG/LegalizeTypes.h
  ../lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  ../lib/Target/X86/X86ISelLowering.cpp
  ../lib/Target/X86/X86InstrAVX512.td
  ../test/CodeGen/X86/masked_gather_scatter.ll
  ../test/CodeGen/X86/masked_memop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13633.41614.patch
Type: text/x-patch
Size: 96187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151202/66ae6bf4/attachment.bin>


More information about the llvm-commits mailing list