[PATCH] D42896: [SelectionDAG] Add initial implementation of TargetLowering::SimplifyDemandedVectorElts

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 04:16:29 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325232: [SelectionDAG] Add initial implementation of TargetLowering… (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42896?vs=133769&id=134404#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42896

Files:
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/test/CodeGen/Mips/cconv/vector.ll
  llvm/trunk/test/CodeGen/X86/combine-sra.ll
  llvm/trunk/test/CodeGen/X86/split-extend-vector-inreg.ll
  llvm/trunk/test/CodeGen/X86/sse-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/sse3.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-avx512.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-avx2.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-sse1.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-v1.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42896.134404.patch
Type: text/x-patch
Size: 47963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180215/6179dd37/attachment.bin>


More information about the llvm-commits mailing list