[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
Mon Oct 27 23:25:00 PDT 2025
================
@@ -0,0 +1,141 @@
+; RUN: opt < %s -passes=loop-vectorize -S | FileCheck %s
+target triple = "aarch64-unknown-linux-gnu"
+
+; Function Attrs: uwtable vscale_range(1,16)
----------------
davemgreen wrote:
Remove the `; Function Attrs` and dso_local, local_unnamed_addr. Maybe some of the attributes too.
https://github.com/llvm/llvm-project/pull/163133
More information about the llvm-commits
mailing list