[PATCH] D27787: Don't combine a shuffle of two BUILD_VECTORs in general.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 18:13:48 PST 2016


efriedma retitled this revision from "Restrict some DAGCombines for SHUFFLE_VECTOR nodes." to "Don't combine a shuffle of two BUILD_VECTORs in general.".
efriedma updated the summary for this revision.
efriedma updated this revision to Diff 81517.
efriedma added a comment.

Split into multiple patches.


Repository:
  rL LLVM

https://reviews.llvm.org/D27787

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/AArch64/arm64-neon-copy.ll
  test/CodeGen/ARM/vtrn.ll
  test/CodeGen/ARM/vzip.ll
  test/CodeGen/X86/mmx-bitcast.ll
  test/CodeGen/X86/oddshuffles.ll
  test/CodeGen/X86/promote-vec3.ll
  test/CodeGen/X86/vec_insert-5.ll
  test/CodeGen/X86/vec_insert-mmx.ll
  test/CodeGen/X86/vector-shuffle-128-v16.ll
  test/CodeGen/X86/vector-shuffle-128-v8.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27787.81517.patch
Type: text/x-patch
Size: 41221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/3669f72a/attachment.bin>


More information about the llvm-commits mailing list