================
@@ -814,6 +820,49 @@ Address AArch64ABIInfo::EmitMSVAArg(CodeGenFunction &CGF, 
Address VAListAddr,
                           /*allowHigherAlign*/ false);
 }
 
+class SMEAttributes {
----------------
sdesmalen-arm wrote:
I'd like to avoid adding another `SMEAttributes class`. Could you write some 
specific functions instead? i.e.

```
static bool isStreaming(const FunctionDecl *F) { ... }
static bool isStreamingCompatible(const FunctionDecl *F) { ... }
```

https://github.com/llvm/llvm-project/pull/77936
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to