[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / AMDGPU / infinite-loop-evergreen.ll
blob7cee8a41c1206c7b47999306b5c6b0eb27048a86
1 ; XFAIL: *
2 ; REQUIRES: asserts
3 ; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s
5 define amdgpu_kernel void @inf_loop_irreducible_cfg() nounwind {
6 entry:
7   br label %block
9 block:
10   br label %block