[clang] [Clang] Amend SME attributes with support for ZT0. (PR #77941)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 08:28:02 PST 2024


================
@@ -4068,7 +4075,7 @@ class FunctionType : public Type {
 
     /// Any AArch64 SME ACLE type attributes that need to be propagated
     /// on declarations and function pointers.
-    unsigned AArch64SMEAttributes : 6;
+    unsigned AArch64SMEAttributes : 8;
----------------
AaronBallman wrote:

We could claw back these two bits by reducing `NumExceptionType` from 10 to 8.

https://github.com/llvm/llvm-project/pull/77941


More information about the cfe-commits mailing list