Update Polly tests to handle explicitly typed gep changes in LLVM
[polly-mirror.git] / test / ScheduleOptimizer / 2012-10-14-Zero-Bands.ll
blob3c0c513f26ab42d04e7a88e972d2cd2da9b11514
1 ; RUN: opt %loadPolly -polly-detect-unprofitable -polly-detect-scops-in-regions-without-loops -polly-detect-scops-in-functions-without-loops -polly-opt-isl -analyze < %s | FileCheck %s
2 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
3 target triple = "x86_64-unknown-linux-gnu"
5 @A = common global [1536 x float] zeroinitializer
7 define void @read_nres() {
8 entry:
9   br label %if.cond
11 if.cond:
12   br i1 false, label %if.then, label %if.end
14 if.then:
15   %ptr = getelementptr [1536 x float], [1536 x float]* @A, i64 0, i32 23
16   store float undef, float* %ptr
17   br label %if.end
19 if.end:
20   br label %return
22 return:
23   ret void
26 ; CHECK: Calculated schedule:
27 ; CHECK-NOT: Stmt_if_then