Skip to content

Commit 9c831fd

Browse files
committed
!fixup update check lines
1 parent 7b6472c commit 9c831fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/test/Transforms/LoopUnroll/partial-unroll-reductions.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ declare i32 @foo()
515515
; Loop with a call cannot be handled by LoopVectorize, introducing additional
516516
; accumulators when unrolling increases throughput.
517517
define i32 @test_add_with_call(i64 %n, i32 %start) {
518-
;
519518
entry:
520519
br label %loop
521520

@@ -535,7 +534,6 @@ exit:
535534
; Loop with backward dependence cannot be handled LoopVectorize, introducing additional
536535
; accumulators when unrolling increases throughput.
537536
define i32 @test_add_with_backward_dep(ptr %p, i64 %n, i32 %start) {
538-
;
539537
entry:
540538
br label %loop
541539

0 commit comments

Comments
 (0)