Mercurial > hg > CbC > CbC_llvm
view test/CodeGen/AMDGPU/infinite-loop-evergreen.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | afa8332a0e37 |
children | 803732b1fca8 |
line wrap: on
line source
; XFAIL: * ; REQUIRES: asserts ; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s define void @inf_loop_irreducible_cfg() nounwind { entry: br label %block block: br label %block }