[clang] Fix crashes when passing VLA to va_arg (#119563)
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / infinite-loop-evergreen.ll
blob232a1d3789c9a224ede109df476ec12e1d2c1f0a
1 ; XFAIL: *
2 ; REQUIRES: asserts
3 ; RUN: llc -mtriple=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