[PATCH] D26912: Type legalization for expload/compessstore DAG nodes

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 05:39:53 PST 2016


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

Type legalization - widening (v2f32) and splitting (v16f64).
On splitting, I use "popcnt" to calculate memory increment. 
More type legalization work will come in the next patches.


Repository:
  rL LLVM

https://reviews.llvm.org/D26912

Files:
  ../lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  ../lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  ../test/CodeGen/X86/compress_expand.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26912.78709.patch
Type: text/x-patch
Size: 17048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161121/ea87bbd9/attachment-0001.bin>


More information about the llvm-commits mailing list