[PATCH] D80736: [AArch64] Add native CPU detection for Neoverse N1
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 12:05:49 PDT 2020
SjoerdMeijer accepted this revision.
SjoerdMeijer added a comment.
This revision is now accepted and ready to land.
Hi James, looks like a very straightforward fix to me, so will commit it right away on your behalf.
================
Comment at: llvm/lib/Support/Host.cpp:207
.Case("0xd0b", "cortex-a76")
+ .Case("0xd0c", "neoverse-n1")
.Default("generic");
----------------
if this CPU ID would have been defined where the rest of the core is defined, we might not forget it all the time...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80736/new/
https://reviews.llvm.org/D80736
More information about the llvm-commits
mailing list