[llvm] [LLVM][CodeGen][SVE] Lower to multivector stores (PR #207397)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 3 09:54:41 PDT 2026
================
@@ -22,18 +22,18 @@ define void @load_2x_vectors_i8_r(ptr %addr) {
; SVE2p1-SL-NEXT: ld1b { z0.b, z1.b }, pn8/z, [x0]
; SVE2p1-SL-NEXT: add z1.b, z1.b, #5 // =0x5
; SVE2p1-SL-NEXT: add z0.b, z0.b, #5 // =0x5
-; SVE2p1-SL-NEXT: str z1, [x0, #1, mul vl]
-; SVE2p1-SL-NEXT: str z0, [x0]
+; SVE2p1-SL-NEXT: st1b { z0.b, z1.b }, pn8, [x0]
----------------
MacDue wrote:
I guess we should update the test names to now this is testing both multi-vector loads and stores.
https://github.com/llvm/llvm-project/pull/207397
More information about the llvm-commits
mailing list