[llvm] Simplify `(a % b) lt/ge (b-1)` into `(a % b) eq/ne (b-1)` (PR #72504)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 16 01:14:17 PST 2024
https://github.com/nikic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/72504
More information about the llvm-commits
mailing list