[PATCH] D57336: [DAGCombiner] fold extract_subvector of extract_subvector

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 11:13:48 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL352528: [DAGCombiner] fold extract_subvector of extract_subvector (authored by spatel, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57336?vs=183882&id=184133#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57336/new/

https://reviews.llvm.org/D57336

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/X86/avx512-hadd-hsub.ll
  llvm/trunk/test/CodeGen/X86/avx512-shuffles/partial_permute.ll
  llvm/trunk/test/CodeGen/X86/madd.ll
  llvm/trunk/test/CodeGen/X86/min-legal-vector-width.ll
  llvm/trunk/test/CodeGen/X86/sad.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-add-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-add.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-and-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-and.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-fadd-fast.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-fmul-fast.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-mul-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-mul.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-or-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-or.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-xor-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-xor.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57336.184133.patch
Type: text/x-patch
Size: 137577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190129/632a9f2f/attachment-0001.bin>


More information about the llvm-commits mailing list