[llvm] [AArch64] Enable masked load/store for Streaming-SVE with -march=armv8-a+sme (PR #163133)

David Green via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 31 05:31:40 PDT 2025


================
@@ -0,0 +1,141 @@
+; RUN: opt < %s -passes=loop-vectorize -S | FileCheck %s
----------------
davemgreen wrote:

You need to remove this version of the test. Otherwise this looks OK to me.

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


More information about the llvm-commits mailing list