================
@@ -85,6 +85,10 @@ def SMEUnsupported : AArch64Unsupported {
SME2Unsupported.F);
}
+def MTEUnsupported : AArch64Unsupported {
+ let F = [HasMTE];
+}
+
----------------
wxz2020 wrote:Thanks for the FIXME prompt, I got it fixed and did some cleaning, Just uploaded the code. https://github.com/llvm/llvm-project/pull/91022 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
