[PATCH] D68239: [InstCombine] dropRedundantMaskingOfLeftShiftInput(): propagate undef shift amounts
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 09:14:47 PDT 2019
lebedev.ri updated this revision to Diff 223232.
lebedev.ri retitled this revision from "[InstCombine] dropRedundantMaskingOfLeftShiftInput(): change how we deal with mask" to "[InstCombine] dropRedundantMaskingOfLeftShiftInput(): propagate undef shift amounts".
lebedev.ri edited the summary of this revision.
lebedev.ri added a comment.
Splitting into two patches.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68239/new/
https://reviews.llvm.org/D68239
Files:
llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-variant-a.ll
llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-variant-b.ll
llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-variant-c.ll
llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-variant-d.ll
llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-variant-e.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68239.223232.patch
Type: text/x-patch
Size: 7597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/32e8ece6/attachment.bin>
More information about the llvm-commits
mailing list