log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Members
>
tobaru
>
cbc
>
CbC_llvm
comparison test/CodeGen/R600/infinite-loop-evergreen.ll @ 77:
54457678186b
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
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
}