================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to