Skip to content

Commit 117c358

Browse files
author
GYT
committed
Clean up function name and remove excessive attributes from Test 1 and Test 2
1 parent 29d1fa2 commit 117c358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/Transforms/LoopVectorize/diag-disabled-vectorization-msgs.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
; CHECK-SAME: loop not vectorized: vectorization is explicitly disabled
1919
; CHECK: LV: Loop hints prevent vectorization
2020

21-
define dso_local noundef nofpclass(nan inf) double @_Z15CompareDistmatsPKdS0_(ptr noundef readonly captures(none) %distmat1, ptr noundef readonly captures(none) %distmat2) local_unnamed_addr {
21+
define double @CompareDistmats(ptr %distmat1, ptr %distmat2){
2222
entry:
2323
br label %for.body
2424

llvm/test/Transforms/LoopVectorize/diag-vectorize-forced-only-msgs.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
; CHECK-SAME: loop not vectorized: only vectorizing loops that explicitly request it
2121
; CHECK: LV: Loop hints prevent vectorization
2222

23-
define dso_local noundef nofpclass(nan inf) double @_Z15CompareDistmatsPKdS0_(ptr noundef readonly captures(none) %distmat1, ptr noundef readonly captures(none) %distmat2) local_unnamed_addr {
23+
define double @CompareDistmats(ptr %distmat1, ptr %distmat2){
2424
entry:
2525
br label %for.body
2626

0 commit comments

Comments
 (0)