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

replaced with a pattern on `COMPARE_STACK_GUARD_DAG`:
```llvm-tblgen
      def COMPARE_STACKGUARD_DAG : Pseudo<(outs),  (ins bdaddr12only:$grdloc), 
                                           [(set CC, (z_csg (load 
bdaddr12only:$grdloc) ) )]>;
```

https://github.com/llvm/llvm-project/pull/169317
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to