repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Assembler
/
2007-03-18-InvalidNumberedVar.ll
blob
0f6b24d5d9f9c830acfb9e456c3b0215a70c3810
1
; PR 1258
2
; RUN: not llvm-as < %s >/dev/null 2> %t
3
; RUN: grep "'%0' defined with type 'i1'" %t
4
5
define i32 @test1(i32 %a, i32 %b) {
6
entry:
7
icmp eq i32 %b, %a ; <i1>:0 [#uses=1]
8
zext i1 %0 to i32 ; <i32>:0 [#uses=1]
9
ret i32 %0 ; Invalid Type for %0
10
}