brintos

brintos / llvm-project-archived public Read only

0
0
Text · 194 B · 06fc4ce Raw
12 lines · plain
1; XFAIL: *2; REQUIRES: asserts3; RUN: llc -mtriple=r600 -mcpu=cypress < %s4 5define amdgpu_kernel void @inf_loop_irreducible_cfg() nounwind {6entry:7  br label %block8 9block:10  br label %block11}12