================
@@ -114,6 +121,10 @@ const AArch64::ArchInfo *AArch64::parseArch(StringRef 
Arch) {
 }
 
 std::optional<AArch64::ExtensionInfo> AArch64::parseArchExtension(StringRef 
ArchExt) {
+  // Resolve aliases first.
+  ArchExt = resolveExtAlias(ArchExt);
----------------
labrinea wrote:

I will separate this change to another PR and leave this review just for the 
adjustment of feature priorities.

https://github.com/llvm/llvm-project/pull/79316
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to