[llvm] [AArch64] Use umin for x != 0 when +cssc is enabled (PR #169159)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 26 05:22:21 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) {
----------------
clingfei wrote:

Removed. Thanks!

https://github.com/llvm/llvm-project/pull/169159


More information about the llvm-commits mailing list