mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-04 03:17:51 +00:00
New testcase for poitner problem
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3657 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a7c23ef91
commit
4229be3ce7
9
test/Transforms/LevelRaise/2002-09-10-PointerAdds.ll
Normal file
9
test/Transforms/LevelRaise/2002-09-10-PointerAdds.ll
Normal file
@ -0,0 +1,9 @@
|
||||
; RUN: as < %s | opt -raise
|
||||
|
||||
int* %test(int* %P, int* %Q) {
|
||||
%P = cast int* %P to ulong
|
||||
%Q = cast int* %Q to ulong
|
||||
%V = add ulong %P, %Q
|
||||
%V = cast ulong %V to int*
|
||||
ret int* %V
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user