Skip to content

Commit 76f2ac4

Browse files
author
GYT
committed
fix IR
1 parent 5f7c8b0 commit 76f2ac4

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
@@ -50,7 +50,7 @@ entry:
5050
loop:
5151
%iv = phi i64 [ 0, %entry ], [ %inc, %loop ]
5252
%arrayidx = getelementptr inbounds nuw double, ptr %src, i64 %iv
53-
store double 0, ptr %arrayidx, align 8
53+
store double 0.0, ptr %arrayidx, align 8
5454
%inc = add nuw nsw i64 %iv, 1
5555
%exitcond.not = icmp eq i64 %inc, 15
5656
br i1 %exitcond.not, label %exit, label %loop, !llvm.loop !0

0 commit comments

Comments
 (0)