[llvm] [LV][NFC] Remove some unused attributes from tests (PR #188091)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 24 02:05:53 PDT 2026
================
@@ -4,7 +4,7 @@
; RUN: opt < %s -passes=loop-vectorize -mtriple=aarch64--linux-gnu -mattr=+sve -force-vector-width=2 -force-vector-interleave=1 \
; RUN: -prefer-predicate-over-epilogue=scalar-epilogue -scalable-vectorization=on -S -o - | FileCheck --check-prefix=SVE %s
-define dso_local double @test(ptr nocapture noundef readonly %data, ptr nocapture noundef readonly %offset, i32 noundef %size) local_unnamed_addr {
+define double @test(ptr nocapture noundef readonly %data, ptr nocapture noundef readonly %offset, i32 noundef %size) {
----------------
david-arm wrote:
Sure.
https://github.com/llvm/llvm-project/pull/188091
More information about the llvm-commits
mailing list