[clang] [llvm] [llvm][AArch64] apple-m4 is armv9.2-a (PR #98267)
Jon Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 10 10:09:44 PDT 2024
================
@@ -797,7 +797,7 @@ def HasV8_9aOps : Architecture64<8, 9, "a", "v8.9a",
!listconcat(HasV8_8aOps.DefaultExts, [FeatureSPECRES2, FeatureCSSC,
FeatureRASv2])>;
def HasV9_0aOps : Architecture64<9, 0, "a", "v9a",
- [HasV8_5aOps, FeatureMEC],
----------------
jroelofs wrote:
Sure, but it belongs on v9.2, not here.
https://github.com/llvm/llvm-project/pull/98267
More information about the cfe-commits
mailing list