[PATCH] D35788: [DAGCombiner] Extending pattern detection for vector shuffle.

Jatin Bhateja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 20:06:29 PDT 2017


jbhateja updated this revision to Diff 108409.
jbhateja added a comment.

Updating post rebase.

Splitting of a vector argument of shuffle vector based on extracted shuffle_mask from the build_vector 
is pattern independent w.r.t shuffle mask and looks at the maximal index of vector access.


https://reviews.llvm.org/D35788

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/X86/oddshuffles.ll
  test/CodeGen/X86/vector-shuffle-512-v16.ll
  test/CodeGen/X86/vector-shuffle-512-v8.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35788.108409.patch
Type: text/x-patch
Size: 8440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170727/71f3b7dc/attachment.bin>


More information about the llvm-commits mailing list