Lines Matching full:polly
1 ; RUN: opt %loadNPMPolly '-passes=print<polly-ast>' -disable-output < %s | FileCheck %s
2 ; RUN: opt %loadNPMPolly -passes=polly-codegen -S < %s | FileCheck %s -check-prefix=CODEGEN
34 ; CODEGEN: polly.start:
35 ; CODEGEN: br label %polly.loop_if
37 ; CODEGEN: polly.loop_exit:
38 ; CODEGEN: br label %polly.merge_new_and_old
40 ; CODEGEN: polly.loop_if:
41 ; CODEGEN: %polly.loop_guard = icmp slt i64 0, %n
42 ; CODEGEN: br i1 %polly.loop_guard, label %polly.loop_preheader, label %polly.loop_exit
44 ; CODEGEN: polly.loop_header:
45 ; CODEGEN: %polly.indvar = phi i64 [ 0, %polly.loop_preheader ], [ %polly.indvar_next, %polly.stm…
46 ; CODEGEN: br label %polly.stmt.loop.body
48 ; CODEGEN: polly.stmt.loop.body:
49 ; CODEGEN: %[[offset:.*]] = shl i64 %polly.indvar, 2
52 ; CODEGEN: %polly.indvar_next = add nsw i64 %polly.indvar, 1
53 ; CODEGEN: %polly.loop_cond = icmp slt i64 %polly.indvar_next, %n
54 ; CODEGEN: br i1 %polly.loop_cond, label %polly.loop_header, label %polly.loop_exit
56 ; CODEGEN: polly.loop_preheader:
57 ; CODEGEN: br label %polly.loop_header