[PATCH] D124369: [InstCombine] C0 >>{ashr, exact} (X - C1) --> (C0 << C1) >>{ashr} X
Nicolas Abram via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 27 09:58:47 PDT 2022
nico-abram updated this revision to Diff 425552.
nico-abram marked an inline comment as done.
nico-abram added a comment.
Addressed comments, I kept the lambda.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124369/new/
https://reviews.llvm.org/D124369
Files:
llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
llvm/test/Transforms/InstCombine/shift-add.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124369.425552.patch
Type: text/x-patch
Size: 6565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220427/9e77b0a5/attachment.bin>
More information about the llvm-commits
mailing list