[PATCH] D124090: [ARM] add Armv9 build attribute
Tomas Matheson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 20 07:48:10 PDT 2022
tmatheson 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"
};
----------------
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.
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