repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Generic
/
global-ret0.ll
blob
78586fa6a46155b31e729c7f899e2c0e79ff8bd4
1
; RUN: llc < %s
2
3
@g = global i32 0 ; <ptr> [#uses=1]
4
5
define i32 @main() {
6
%h = load i32, ptr @g ; <i32> [#uses=1]
7
ret i32 %h
8
}