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

Ulrich Weigand via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 4 08:24:21 PST 2026


================
@@ -1801,6 +1806,17 @@ void SystemZDAGToDAGISel::Select(SDNode *Node) {
     SelectCode(St);
     return;
   }
+  case SystemZISD::COMPARE_SG_DAG:
----------------
uweigand wrote:

Why do we need this here?  Can't this be a regular matching pattern for `z_csg` in the .td file?

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


More information about the cfe-commits mailing list