[clang] [llvm] [AArch64] Add support for Qualcomm Oryon processor (PR #91022)
Wei Zhao via cfe-commits
cfe-commits at lists.llvm.org
Tue May 7 09:51:08 PDT 2024
================
@@ -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
More information about the cfe-commits
mailing list