[llvm] [AArch64] Use umin for x != 0 when +cssc is enabled (PR #169159)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 26 05:13:49 PST 2025
================
@@ -26428,7 +26433,8 @@ performVecReduceBitwiseCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI,
static SDValue performSETCCCombine(SDNode *N,
TargetLowering::DAGCombinerInfo &DCI,
- SelectionDAG &DAG) {
+ SelectionDAG &DAG,
+ const AArch64Subtarget *Subtarget) {
----------------
MacDue wrote:
You can remove passing the `Subtarget` too
https://github.com/llvm/llvm-project/pull/169159
More information about the llvm-commits
mailing list