Home | History | Annotate | Download | only in LoopUnroll

Lines Matching full:unroll

1 ; RUN: opt < %s -S -loop-unroll -unroll-runtime=true -unroll-count=16 | FileCheck --check-prefix=UNROLL-16 %s
2 ; RUN: opt < %s -S -loop-unroll -unroll-runtime=true -unroll-count=4 | FileCheck --check-prefix=UNROLL-4 %s
5 ; safely unroll it with a count of anything more than 8.
8 ; UNROLL-16-LABEL: @test(
9 ; UNROLL-4-LABEL: @test(
15 ; UNROLL-16-LABEL: for.body:
16 ; UNROLL-4-LABEL: for.body:
21 ; UNROLL-16-LABEL: for.body
22 ; UNROLL-16-LABEL: getelementptr
23 ; UNROLL-16-LABEL-NOT: getelementptr
25 ; UNROLL-4-LABEL: getelementptr
26 ; UNROLL-4-LABEL: getelementptr
27 ; UNROLL-4-LABEL: getelementptr
28 ; UNROLL-4-LABEL: getelementptr
37 ; UNROLL-16-LABEL: for.end
38 ; UNROLL-4-LABEL: for.end
40 ; UNROLL-16-NOT: for.body.epil:
41 ; UNROLL-4: for.body.epil: