[llvm] [InstCombine] Add fold `(x * z) % (y * z) == 0` -> `x % y == 0` (PR #171655)
Ashish Ahuja via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 09:27:54 PST 2025
double-fault wrote:
Ping @dtcxzyw for code review (I cant request on github)
https://github.com/llvm/llvm-project/pull/171655
More information about the llvm-commits
mailing list