[PATCH] D62024: [InstCombine] fold shuffles of insert_subvectors

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 15:04:31 PDT 2019


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

Patch updated:
Added power-of-2 element checks for all types, so we can be more confident that there are no codegen regressions.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62024/new/

https://reviews.llvm.org/D62024

Files:
  llvm/docs/CodeGenerator.rst
  llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  llvm/test/Transforms/InstCombine/vec_shuffle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62024.200596.patch
Type: text/x-patch
Size: 9131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190521/bb06e8ae/attachment.bin>


More information about the llvm-commits mailing list