[PATCH] D27793: Don't combine splats with other shuffles.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 14 18:20:05 PST 2016
efriedma created this revision.
efriedma added reviewers: mkuper, craig.topper, RKSimon.
efriedma added a subscriber: llvm-commits.
efriedma set the repository for this revision to rL LLVM.
We often end up creating shuffles which are worse than the obvious translation of the IR.
Depends on https://reviews.llvm.org/D27787 .
Fixes https://llvm.org/bugs/show_bug.cgi?id=31301 .
Repository:
rL LLVM
https://reviews.llvm.org/D27793
Files:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/ARM/vzip.ll
test/CodeGen/X86/vector-shuffle-128-v16.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27793.81518.patch
Type: text/x-patch
Size: 5797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/965fe885/attachment.bin>
More information about the llvm-commits
mailing list