[PATCH] D112406: [Driver][AArch64]Add driver support for neoverse-512tvb target
Sander de Smalen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 27 03:08:22 PDT 2021
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
LGTM with nit addressed.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:840
+def TuneNeoverse512TVB : SubtargetFeature<"neoverse512tvb", "ARMProcFamily", "Neoverse512TVB",
+ "Neoverse 512 ARM processors", [
+ FeaturePostRAScheduler,
----------------
nit: s/512/512-TVB/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112406/new/
https://reviews.llvm.org/D112406
More information about the cfe-commits
mailing list