[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
Mon Jan 15 09:49:29 PST 2024
https://github.com/nikic commented:
Implementation looks good, just a note on the tests.
https://github.com/llvm/llvm-project/pull/72504
More information about the llvm-commits
mailing list