mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-02 09:58:06 +00:00
New regression test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3782 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db5e5df43a
commit
44404ec89d
12
test/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll
Normal file
12
test/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: as < %s | opt -instcombine
|
||||
|
||||
%bob = type { int }
|
||||
|
||||
int %alias() {
|
||||
%pbob1 = alloca %bob
|
||||
%pbob2 = getelementptr %bob* %pbob1
|
||||
%pbobel = getelementptr %bob* %pbob2, long 0, ubyte 0
|
||||
%rval = load int* %pbobel
|
||||
ret int %rval
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user