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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to