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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 02:47:28 PST 2024


dtcxzyw wrote:

> @nikic what should I do then?

You should fix it, and open another PR to reland this patch.


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


More information about the llvm-commits mailing list