view test/CodeGen/AMDGPU/infinite-loop-evergreen.ll @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents test/CodeGen/R600/infinite-loop-evergreen.ll@54457678186b
children 1172e4bd9c6f
line wrap: on
line source

; XFAIL: *
; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s

define void @inf_loop_irreducible_cfg() nounwind {
entry:
  br label %block

block:
  br label %block
}