comparison test/CodeGen/R600/infinite-loop-evergreen.ll @ 77:54457678186b

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900
parents
children
comparison
equal deleted inserted replaced
34:e874dbf0ad9d 77:54457678186b
1 ; XFAIL: *
2 ; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s
3
4 define void @inf_loop_irreducible_cfg() nounwind {
5 entry:
6 br label %block
7
8 block:
9 br label %block
10 }