[PATCH] D62024: [InstCombine] fold shuffles of insert_subvectors
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 08:37:03 PDT 2019
spatel updated this revision to Diff 200304.
spatel added a comment.
Patch updated:
1. Improved doc text for 'shuffle select' as suggested.
2. Adjusted code comment to say the transform is expected to be expanded back to original form in the backend.
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.200304.patch
Type: text/x-patch
Size: 7787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190520/0b3059d0/attachment.bin>
More information about the llvm-commits
mailing list