[PATCH] D143417: [InstCombine] Add fold for `(rem (mul/shl X, Y), (mul/shl X, Z))` -> `(mul X, (rem Y, Z))`
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 17 09:12:02 PDT 2023
goldstein.w.n added a comment.
ping @sdesmalen any update any when you will have time review this (no rush).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143417/new/
https://reviews.llvm.org/D143417
More information about the llvm-commits
mailing list