[llvm] Simplify `(a % b) lt/ge (b-1)` into `(a % b) eq/ne (b-1)` (PR #72504)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 03:11:22 PST 2024


elhewaty wrote:

@dtcxzyw should I open another PR with only the tests updated or with the whole patch?

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


More information about the llvm-commits mailing list