Skip to content

Commit 936d9e3

Browse files
TiborGYfhahn
andauthored
Apply suggestions from code review
Co-authored-by: Florian Hahn <[email protected]>
1 parent 6dfffe8 commit 936d9e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
; FORCEDONLY-SAME: loop not vectorized: only vectorizing loops that explicitly request it
4444
; FORCEDONLY: LV: Loop hints prevent vectorization
4545

46-
define double @disabled_loop_vectorization(ptr %distmat1){
46+
define double @disabled_loop_vectorization(ptr %src) {
4747
entry:
4848
br label %loop
4949

5050
loop:
5151
%iv = phi i64 [ 0, %entry ], [ %inc, %loop ]
52-
%RMSD = phi double [ 0.000000e+00, %entry ], [ %add, %loop ]
52+
%rdx = phi double [ 0.000000e+00, %entry ], [ %add, %loop ]
5353
%arrayidx = getelementptr inbounds nuw double, ptr %distmat1, i64 %iv
5454
%1 = load double, ptr %arrayidx, align 8
5555
%sub = fsub fast double %1, 1.234e+0

0 commit comments

Comments
 (0)