[llvm] [InstCombine] Simplify `icmp pred (sdiv exact X, C), (sdiv exact Y, C)` into `icmp pred X, Y` when C is positive (PR #76409)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 26 13:18:11 PST 2023


https://github.com/nikic approved this pull request.

LGTM

https://github.com/llvm/llvm-project/pull/76409


More information about the llvm-commits mailing list