[llvm] [AArch64] Signed comparison using CMN is safe when the subtraction is nsw (PR #141993)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 9 06:24:51 PDT 2025
AZero13 wrote:
Yeah, we create SUB nodes and they do not carry that nsw information so we need to keep the knownzero check for now.
https://github.com/llvm/llvm-project/pull/141993
More information about the llvm-commits
mailing list