AMDGPU: Add pass to detect used kernel features
[oota-llvm.git] / test / CodeGen / AMDGPU / infinite-loop-evergreen.ll
1 ; XFAIL: *
2 ; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s
3
4 define void @inf_loop_irreducible_cfg() nounwind {
5 entry:
6   br label %block
7
8 block:
9   br label %block
10 }