1; XFAIL: * 2; REQUIRES: asserts 3; RUN: llc -march=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