Add accelerator code generation pass skeleton
[polly-mirror.git] / test / ScopInfo / phi_not_grouped_at_top.ll
bloba5a80171a2e60048997f3df023d0f88a70a23962
1 ; RUN: opt %loadPolly -analyze  < %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"
4 declare i32 @funa() align 2
6 declare i32 @generic_personality_v0(i32, i64, i8*, i8*)
8 define void @funb() personality i32 (i32, i64, i8*, i8*)* @generic_personality_v0 {
9 entry:
10   br label %bb117
12 bb117:                                            ; preds = %bb56
13   %0 = invoke i32 @funa()
14           to label %bb121 unwind label %invcont118 ; <%struct.btHullTriangle*> [#uses=1]
16 invcont118:                                       ; preds = %bb117
17   %d = landingpad { i8*, i32 } cleanup catch i32* null
18   br label %bb121
20 bb121:                                            ; preds = %bb120, %invcont118
21   %iftmp.82.0 = phi i32 [ 0, %bb117 ], [ 1, %invcont118 ] ; <i8> [#uses=1]
22   %te.1 = phi i32 [ undef, %invcont118 ], [ %0, %bb117 ] ;
23   %cnd = icmp ne i32 %iftmp.82.0, %te.1          ; <i1> [#uses=1]
24   br label %return
26 return:                                           ; preds = %entry
27   ret void