Skip to content

Commit 5d656e8

Browse files
author
GYT
committed
give test fn a more descriptive name
1 parent d4f407b commit 5d656e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -43,7 +43,7 @@
4343
; FORCEDONLY-SAME: loop not vectorized: only vectorizing loops that explicitly request it
4444
; FORCEDONLY: LV: Loop hints prevent vectorization
4545

46-
define double @CompareDistmats(ptr %distmat1){
46+
define double @disabled_loop_vectorization(ptr %distmat1){
4747
entry:
4848
br label %for.body
4949

0 commit comments

Comments
 (0)