[clang] [AArch64][Clang] Add support for __arm_agnostic("sme_za_state") (PR #121788)

Benjamin Maxwell via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 10 03:14:37 PST 2025


================
@@ -3835,6 +3835,9 @@ def err_sme_unimplemented_za_save_restore : Error<
   "call to a function that shares state other than 'za' from a "
   "function that has live 'za' state requires a spill/fill of ZA, which is not yet "
   "implemented">;
+def err_sme_unimplemented_agnostic_new : Error<
----------------
MacDue wrote:

nit: unimplemented -> unsupported (I don't think this is something we ever intend to implement) 
```suggestion
def err_sme_unsupported_agnostic_new : Error<
```

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


More information about the cfe-commits mailing list