[llvm] [AArch64] Add SUBS(CSEL) fold from brcond. (PR #142103)
via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 10:07:09 PDT 2025
AZero13 wrote:
is csel(0, 1, CC, Cmp) canonicalized or changed to be 1, 0? Can we catch that too?
https://github.com/llvm/llvm-project/pull/142103
More information about the llvm-commits
mailing list