Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
aa2a7cd828918a4294b7186691594c2be55641d6
/
.
/
llvm
/
test
/
Transforms
/
InstCombine
/
malloc.ll
blob: b6ebbeaf57530b886e65ba6945ef9eaac695082d [
file
] [
log
] [
blame
]
; test that malloc's with a constant argument are promoted to array allocations
; RUN: opt < %s -instcombine -S | grep getelementptr
define
i32
*
@test
()
{
%X
=
malloc
i32
,
i32
4
ret
i32
*
%X
}