[PATCH] D136425: [Clang][AArch64] Add support for -mcpu=grace
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 08:25:03 PDT 2022
lenary added a comment.
In D136425#3874643 <https://reviews.llvm.org/D136425#3874643>, @tschuett wrote:
> You cannot put grace into this file:
> https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/AArch64/AArch64.td
> With the same settings as a neoverse-v2?
This is duplication we want to avoid, like wanting to avoid the duplication in `AArch64TargetParser.def` that was in a previous version of this patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136425/new/
https://reviews.llvm.org/D136425
More information about the llvm-commits
mailing list