Lines Matching refs:IR
2 …t-exit-nodes -verify -simplifycfg-require-and-preserve-domtree=1 %s | FileCheck -check-prefix=IR %s
8 ; IR-LABEL: @_amdgpu_ps_main(
9 ; IR-NEXT: .entry:
10 ; IR-NEXT: br label [[DOTLOOPEXIT:%.*]]
11 ; IR: .loopexit:
12 ; IR-NEXT: br label [[N28:%.*]]
13 ; IR: n28:
14 ; IR-NEXT: [[DOT01:%.*]] = phi float [ 0.000000e+00, [[DOTLOOPEXIT]] ], [ [[N29:%.*]], [[TRANSIT…
15 ; IR-NEXT: [[N29]] = fadd float [[DOT01]], 1.000000e+00
16 ; IR-NEXT: [[N30:%.*]] = fcmp ogt float [[N29]], 4.000000e+00
17 ; IR-NEXT: br i1 true, label [[TRANSITIONBLOCK]], label [[DUMMYRETURNBLOCK:%.*]]
18 ; IR: TransitionBlock:
19 ; IR-NEXT: br i1 [[N30]], label [[DOTLOOPEXIT]], label [[N28]]
20 ; IR: n31:
21 ; IR-NEXT: ret void
22 ; IR: DummyReturnBlock:
23 ; IR-NEXT: ret void