[all-commits] [llvm/llvm-project] 72517e: [AArch64] Fix AArch64TargetParser.def to match AAr...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Wed Mar 30 12:16:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72517e27c1e28eb6781b0cdb9a32a477e83cae24
https://github.com/llvm/llvm-project/commit/72517e27c1e28eb6781b0cdb9a32a477e83cae24
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M llvm/include/llvm/Support/AArch64TargetParser.def
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
[AArch64] Fix AArch64TargetParser.def to match AArch64.td.
Currently, we have two different lists of features each CPU supports...
and those lists aren't consistent. This patch assumes AArch64.td is
right, and tries to fix AArch64TargetParser to match.
It's hard to find documentation for the right features, but reviewers
have confirmed these changes.
Probably we should try to unify the two lists at some point, but
synchronizing them seems like a prerequisite to that anyway.
Differential Revision: https://reviews.llvm.org/D122274
More information about the All-commits
mailing list