[PATCH] D124090: [ARM] add Armv9 build attribute

Ties Stuij via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 03:17:36 PDT 2022


stuij marked an inline comment as done.
stuij added inline comments.


================
Comment at: llvm/lib/Support/ARMAttributeParser.cpp:90
     "ARM v8-M Baseline", "ARM v8-M Mainline", nullptr, nullptr, nullptr,
-    "ARM v8.1-M Mainline"
+    "ARM v8.1-M Mainline", "ARM v9"
   };
----------------
tmatheson wrote:
> Should this be ARM v9a?
> 
> > Starting with architecture versions v8-A, v8-R and v8-M, the profile is represented by Tag_CPU_arch. For these architecture versions and any later versions, a value of 0 should be used for Tag_CPU_arch_profile.
> 
thanks! fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124090



More information about the llvm-commits mailing list