[PATCH] D136589: [AArch64] Add support for the Cortex-X3 CPU

Dave Green via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 28 09:56:58 PDT 2022


dmgreen added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:629-631
 - Add driver and tuning support for Neoverse V2 via the flag ``-mcpu=neoverse-v2``.
   Native detection is also supported via ``-mcpu=native``.
+- Support has been added for the following processors (-mcpu identifiers in parentheses):
----------------
Please combine these two points together


================
Comment at: llvm/lib/Target/AArch64/AArch64.td:1254
                      [TuneX2]>;
+def : ProcessorModel<"cortex-x3", CortexA57Model, ProcessorFeatures.X3,
+                     [TuneX3]>;
----------------
Oh - this can use NeoverseN2Model.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136589/new/

https://reviews.llvm.org/D136589



More information about the cfe-commits mailing list