mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Add test for instcombine transmogrifying allocation instructions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9653 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f22d84389f
commit
fc424c39de
@ -73,3 +73,9 @@ void %test11(int* %P) {
|
||||
call void(int, ...)* %varargs(int 5, short* %c)
|
||||
ret void
|
||||
}
|
||||
|
||||
int* %test12() {
|
||||
%p = malloc [4 x sbyte]
|
||||
%c = cast [4 x sbyte]* %p to int*
|
||||
ret int* %c
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user