[clang] [llvm] [AArch64] Decouple feature dependency expansion. (PR #94279)
Alexandros Lamprineas via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 3 14:22:41 PDT 2024
================
@@ -106,7 +106,7 @@ def FeatureFPARMv8 : Extension<"fp-armv8", "FPARMv8",
"Enable ARMv8 (FEAT_FP)", [],
"FEAT_FP", "+fp-armv8,+neon", 90>;
-let ArchExtKindSpelling = "AEK_SIMD", MArchName = "simd" in
+let ArchExtKindSpelling = "AEK_SIMD", MArchName = "simd", MArchAlias = "neon" in
----------------
labrinea wrote:
Necessary alias needed for the target attribute parsing.
https://github.com/llvm/llvm-project/pull/94279
More information about the cfe-commits
mailing list