[llvm] [AArch64] Move CSEL a, b, cc, SUBS(SUB(x, y), 0) -> CSEL a, b, cc, SUBS(x,y) to peephole by adding the missing sForms (PR #157552)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 14 13:15:20 PDT 2025
AZero13 wrote:
This is kinda messy but I want to know what @davemgreen thinks
https://github.com/llvm/llvm-project/pull/157552
More information about the llvm-commits
mailing list