Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/Transforms/LoopDeletion/2017-07-11-incremental-dt.ll
Show All 9 Lines | |||||
; DT: [1] %entry | ; DT: [1] %entry | ||||
; DT: [2] %for.cond | ; DT: [2] %for.cond | ||||
; DT: [3] %lbl63A679E5 | ; DT: [3] %lbl63A679E5 | ||||
; DT: [3] %for.cond9 | ; DT: [3] %for.cond9 | ||||
; DT: [3] %lbl64774A9B | ; DT: [3] %lbl64774A9B | ||||
; DT: [3] %for.body | ; DT: [3] %for.body | ||||
; DT: [4] %for.cond3.loopexit | ; DT: [4] %for.cond3.loopexit | ||||
define i32 @fn1() { | define i32 @fn1() willreturn { | ||||
entry: | entry: | ||||
br label %for.cond | br label %for.cond | ||||
for.cond: ; preds = %entry | for.cond: ; preds = %entry | ||||
br i1 undef, label %lbl63A679E5, label %for.body | br i1 undef, label %lbl63A679E5, label %for.body | ||||
for.body: ; preds = %for.cond | for.body: ; preds = %for.cond | ||||
br label %for.cond1 | br label %for.cond1 | ||||
Show All 31 Lines |