================
@@ -21,6 +21,9 @@ def SDT_ZICmp : SDTypeProfile<1, 3,
[SDTCisVT<0, i32>,
SDTCisSameAs<1, 2>,
SDTCisVT<3, i32>]>;
+def SDT_ZIcmpSG : SDTypeProfile<1, 1,
----------------
uweigand wrote:Better with capital `C` in `ZICmpSG` to match `ZICmp`. https://github.com/llvm/llvm-project/pull/169317 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
