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
Big change #1 for personality function references:
[llvm/avr.git]
/
test
/
Analysis
/
BasicAA
/
2004-07-28-MustAliasbug.ll
blob
e1cfd0348f35c8acdd6aee3b26a6f7e75560fd67
1
; RUN: opt < %s -dse -S | grep {store i32 0}
2
3
define void @test({i32,i32 }* %P) {
4
%Q = getelementptr {i32,i32}* %P, i32 1
5
%X = getelementptr {i32,i32}* %Q, i32 0, i32 1
6
%Y = getelementptr {i32,i32}* %Q, i32 1, i32 1
7
store i32 0, i32* %X
8
store i32 1, i32* %Y
9
ret void
10
}