[llvm] [AArch64][SVE] Select non-temporal instructions for loads/stores with the nontemporal flag (PR #171261)

Yuta Mukai via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 9 22:13:48 PST 2025


================
@@ -66,9 +66,32 @@ define void @masked_store_nxv4i32(<vscale x 4 x i32> %x, ptr %a, <vscale x 4 x i
   ret void
 }
 
+define <vscale x 4 x i32> @unmasked_load_nxv4i32(ptr %a) nounwind {
----------------
ytmukai wrote:

Thanks. I've applied both.

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


More information about the llvm-commits mailing list