[PATCH] D144225: [InstCombine] Add constant combines for `(urem/srem (shl X, Y), (shl X, Z))`
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 12:47:10 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2cb6b06c8930: [InstCombine] Add constant combines for `(urem/srem (shl X, Y), (shl X, Z))` (authored by goldstein.w.n).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144225/new/
https://reviews.llvm.org/D144225
Files:
llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
llvm/test/Transforms/InstCombine/rem-mul-shl.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144225.537839.patch
Type: text/x-patch
Size: 5739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230706/ca476286/attachment.bin>
More information about the llvm-commits
mailing list