[llvm] [AArch64][SME2] Add stridedorcontiguous pseudos for multi-vector-stores (PR #211551)
Jacob Crawley via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 02:20:19 PDT 2026
================
@@ -85,3 +86,39 @@ body: |
STR_ZXI %8, %1, 0
RET_ReallyLR
...
+
+# Check the load, arithmetic and store can retain the same strided tuple.
+---
+name: retain_strided_tuple_for_store
----------------
jacob-crawley wrote:
I dont think so since the tests in `sve-multivector-load-stores.ll` are covering the same pattern, so I've removed this.
https://github.com/llvm/llvm-project/pull/211551
More information about the llvm-commits
mailing list