[PATCH] D26129: Implementation of expandload and compressstore intrinsics.

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 11:49:26 PDT 2016


delena updated this revision to Diff 76758.
delena added a comment.

I included compressing-store visitor in the general masked-store, the same for expanding load as Igor suggested.
Igor, please look and the new code. Does it look better than the previous?


Repository:
  rL LLVM

https://reviews.llvm.org/D26129

Files:
  ../include/llvm/IR/Intrinsics.h
  ../include/llvm/IR/Intrinsics.td
  ../lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  ../lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  ../lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  ../lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  ../lib/IR/Function.cpp
  ../lib/Target/X86/X86ISelLowering.cpp
  ../lib/Target/X86/X86InstrFragmentsSIMD.td
  ../test/CodeGen/X86/compress_expand.ll
  ../utils/TableGen/CodeGenTarget.cpp
  ../utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26129.76758.patch
Type: text/x-patch
Size: 32524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161102/e058da38/attachment.bin>


More information about the llvm-commits mailing list