[llvm] [clang] [FMV] Change feature priorities according to ACLE. (PR #79316)
Alexandros Lamprineas via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 05:18:58 PST 2024
================
@@ -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
More information about the llvm-commits
mailing list