================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
