[PATCH] D38388: [DAGCombiner, x86] convert insertelement of bitcasted vector into shuffle

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 1 09:32:51 PDT 2017


spatel updated this revision to Diff 117287.
spatel added a comment.

Patch updated:

1. Add intermediate nodes to worklist.
2. This shifted the balance to have the helper function be a class member rather than a static, so some cosmetic diffs associated with that.


https://reviews.llvm.org/D38388

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/AArch64/arm64-neon-copy.ll
  test/CodeGen/X86/insertelement-shuffle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38388.117287.patch
Type: text/x-patch
Size: 9618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171001/66f17e08/attachment.bin>


More information about the llvm-commits mailing list