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

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 30 05:59:24 PDT 2016


delena created this revision.
delena added reviewers: igorb, RKSimon.
delena added a subscriber: llvm-commits.
delena set the repository for this revision to rL LLVM.

Includes syntax, DAG builder, operation lowering and tests.
Does not include:

- handling of illegal data types
- codegen prepare pass
- cost model


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.76335.patch
Type: text/x-patch
Size: 30540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161030/7e99a755/attachment.bin>


More information about the llvm-commits mailing list