mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 20:34:58 +00:00
New testcase, reduced from 300.twolf by bugpoint
llvm-svn: 6534
This commit is contained in:
parent
c3373f42ce
commit
af96c4c02d
11
test/Regression/Transforms/BasicAA/2003-06-01-AliasCrash.ll
Normal file
11
test/Regression/Transforms/BasicAA/2003-06-01-AliasCrash.ll
Normal file
@ -0,0 +1,11 @@
|
||||
; RUN: as < %s | opt -basicaa -aa-eval
|
||||
|
||||
int %MTConcat([3 x int]* %a.1) {
|
||||
%tmp.961 = getelementptr [3 x int]* %a.1, long 0, long 4
|
||||
%tmp.97 = load int* %tmp.961
|
||||
%tmp.119 = getelementptr [3 x int]* %a.1, long 1, long 0
|
||||
%tmp.120 = load int* %tmp.119
|
||||
%tmp.1541 = getelementptr [3 x int]* %a.1, long 0, long 4
|
||||
%tmp.155 = load int* %tmp.1541
|
||||
ret int 0
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user