repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation change.
[llvm/avr.git]
/
test
/
Transforms
/
GVN
/
basic.ll
blob
ebf5daaf92729414173712edad5001b3180aba24
1
; RUN: llvm-as < %s | opt -gvn | llvm-dis | not grep {%z2 =}
2
3
define i32 @main() {
4
block1:
5
%z1 = bitcast i32 0 to i32
6
br label %block2
7
block2:
8
%z2 = bitcast i32 0 to i32
9
ret i32 %z2
10
}