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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
InstCombine
/
2003-09-09-VolatileLoadElim.ll
blob
5cdea324c4bace40ac0d74c72233b1fbce2becf5
1
; RUN: opt < %s -passes=instcombine -S | grep load
2
3
define void @test(ptr %P) {
4
; Dead but not deletable!
5
%X = load volatile i32, ptr %P ; <i32> [#uses=0]
6
ret void
7
}