================
@@ -85,6 +85,10 @@ def SMEUnsupported : AArch64Unsupported {
SME2Unsupported.F);
}
+def MTEUnsupported : AArch64Unsupported {
+ let F = [HasMTE];
+}
+
----------------
jthackray wrote:Thanks for removing those. Can't see anything else obviously wrong. LGTM, Approved. https://github.com/llvm/llvm-project/pull/91022 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
