[clang] [llvm] [AArch64] Add support for Qualcomm Oryon processor (PR #91022)

Wei Zhao via cfe-commits cfe-commits at lists.llvm.org
Mon May 6 15:59:21 PDT 2024


================
@@ -85,6 +85,10 @@ def SMEUnsupported : AArch64Unsupported {
                       SME2Unsupported.F);
 }
 
+def MTEUnsupported : AArch64Unsupported {
+  let F = [HasMTE];
+}
+
----------------
wxz2020 wrote:

It is referenced in AArch64SchedOryon.td on line 33. The Oryon CPU does not support MTE.

https://github.com/llvm/llvm-project/pull/91022


More information about the cfe-commits mailing list