[PATCH] D109517: [Clang][ARM][AArch64] Add support for Armv9-A, Armv9.1-A and Armv9.2-A

Sjoerd Meijer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 22 00:30:36 PDT 2021


SjoerdMeijer accepted this revision.
SjoerdMeijer added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/lib/Driver/ToolChains/Arch/AArch64.cpp:419
+
+  // Enable SVE2 by default on Armv9-A
+  // It can still be disabled if +nosve2 is present
----------------
Nit: some `.`s missing at the end of this sentence and the next below.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109517



More information about the cfe-commits mailing list