[clang] [llvm] [AArch64] Add support for Qualcomm Oryon processor (PR #91022)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Mon May 6 13:25:55 PDT 2024
================
@@ -85,6 +85,10 @@ def SMEUnsupported : AArch64Unsupported {
SME2Unsupported.F);
}
+def MTEUnsupported : AArch64Unsupported {
+ let F = [HasMTE];
+}
+
----------------
jthackray wrote:
I can't see that MTEUnsupported is referenced from elsewhere in this commit - superfluous? If so, remove. Thanks.
https://github.com/llvm/llvm-project/pull/91022
More information about the cfe-commits
mailing list