================
@@ -61,6 +61,8 @@ enum ArchExtKind : uint64_t {
AEK_CDECP6 = 1 << 28,
AEK_CDECP7 = 1 << 29,
AEK_PACBTI = 1 << 30,
+ AEK_MVE = 1ULL << 31,
+ AEK_MVEFP = 1ULL << 31,
----------------
davemgreen wrote:
Should these both be 31?
https://github.com/llvm/llvm-project/pull/130296