[clang] [AArch64][SME] Warn when using a streaming builtin from a non-streaming function (PR #74064)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 8 01:05:06 PST 2023


================
@@ -18,7 +18,7 @@
 // CHECK-CXX-NEXT:    tail call void @llvm.aarch64.sme.zero(i32 0)
 // CHECK-CXX-NEXT:    ret void
 //
-void test_svzero_mask_za() {
+__arm_new_za void test_svzero_mask_za() {
----------------
sdesmalen-arm wrote:

Why are these `__arm_new_za` rather than `__arm_shared_za`?

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


More information about the cfe-commits mailing list