[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
Thu Dec 7 22:18:37 PST 2023
dtcxzyw wrote:
> @dtcxzyw `m_APInt()` doesn't change vectors, right?
I don't understand your question. Could you please clarify it further?
https://github.com/llvm/llvm-project/pull/72504
More information about the llvm-commits
mailing list