[PATCH] D58585: [DAGCombine] Add undef shuffle elt support to partitionShuffleOfConcats

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 23 14:32:35 PST 2019


RKSimon created this revision.
RKSimon added reviewers: craig.topper, spatel, niravd, efriedma.
Herald added a project: LLVM.

Support undef shuffle mask indices in the shuffle(concat_vectors, concat_vectors) -> concat_vectors fold


Repository:
  rL LLVM

https://reviews.llvm.org/D58585

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/X86/subvector-broadcast.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58585.188061.patch
Type: text/x-patch
Size: 5991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190223/7316516a/attachment.bin>


More information about the llvm-commits mailing list