[llvm] [InstCombine] Fold (|x| + |y|) == 0 into (x == 0) && (y == 0) (PR #200702)
Aayush Shrivastava via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 23:36:11 PDT 2026
iamaayushrivastava wrote:
Hi @nikic, a gentle reminder on this PR whenever you get a chance. I'd appreciate your reviews when your schedule permits. Thanks!
https://github.com/llvm/llvm-project/pull/200702
More information about the llvm-commits
mailing list