mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +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:
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
|
||||
}
|
||||
|
Reference in New Issue
Block a user