[PATCH] D23984: [X86] Fix bug in masked compress
Ayman Musa via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 08:30:25 PDT 2016
aymanmus updated this revision to Diff 70704.
aymanmus added a comment.
Entirely changed the approach of the solution as Elena suggested.
Masked compressed store is now lowered to a sole node of masked store with a new isCompressed flag.
Later on the node is replaced with the specific X86 avx3 compress machine instruction.
https://reviews.llvm.org/D23984
Files:
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrFragmentsSIMD.td
test/CodeGen/X86/avx512vl-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23984.70704.patch
Type: text/x-patch
Size: 13773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160908/9ce48ed1/attachment.bin>
More information about the llvm-commits
mailing list