xref: /llvm-project/llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll (revision 9e9907f1cfa424366fba58d9520f9305b537cec9)
1; XFAIL: *
2; REQUIRES: asserts
3; RUN: llc -mtriple=r600 -mcpu=cypress < %s | FileCheck %s
4
5define amdgpu_kernel void @inf_loop_irreducible_cfg() nounwind {
6entry:
7  br label %block
8
9block:
10  br label %block
11}
12