[clang] [llvm] [ARM][AArch64] Introduce the Armv9.6-A architecture version (PR #110825)
David Green via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 2 09:09:21 PDT 2024
================
@@ -118,9 +118,9 @@ struct ArchInfo {
// Defines the following partial order, indicating when an architecture is
// a superset of another:
//
- // v9.5a > v9.4a > v9.3a > v9.2a > v9.1a > v9a;
- // v v v v v
- // v8.9a > v8.8a > v8.7a > v8.6a > v8.5a > v8.4a > ... > v8a;
+ // v9.6a > v9.5a > v9.4a > v9.3a > v9.2a > v9.1a > v9a;
----------------
davemgreen wrote:
Is it worth adding a "v9.6a+" here so that we don't need to keep updating it in the future?
https://github.com/llvm/llvm-project/pull/110825
More information about the cfe-commits
mailing list