================
@@ -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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits