[clang] [llvm] [SystemZ] Global Stackprotector and associated location section (PR #169317)

Ulrich Weigand via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 21 07:29:37 PST 2026


================
@@ -9302,7 +9412,8 @@ SDValue SystemZTargetLowering::PerformDAGCombine(SDNode *N,
   case ISD::SETCC:              return combineSETCC(N, DCI);
   case SystemZISD::BR_CCMASK:   return combineBR_CCMASK(N, DCI);
   case SystemZISD::SELECT_CCMASK: return combineSELECT_CCMASK(N, DCI);
-  case SystemZISD::GET_CCMASK:  return combineGET_CCMASK(N, DCI);
+  case SystemZISD::GET_CCMASK:
+    return combineGET_CCMASK(N, DCI);
----------------
uweigand wrote:

Another no-op change

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


More information about the cfe-commits mailing list