[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
Wed Dec 27 11:02:15 PST 2023


elhewaty wrote:

@dtcxzyw Ping!

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


More information about the llvm-commits mailing list