Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
50e8682f282f1ae04ce18cb84b638d126f499faf
/
.
/
test
/
Transforms
/
ScalarRepl
/
basictest.ll
blob: a576fd63624e139ae1c7db71072ca452193de228 [
file
] [
log
] [
blame
]
; RUN: as < %s | opt -scalarrepl -mem2reg | dis | not grep alloca
int
%test
()
{
%X
=
alloca
{
int
,
float
}
%Y
=
getelementptr
{
int
,
float
}*
%X
,
long
0
,
ubyte
0
store
int
0
,
int
*
%Y
%Z
=
load
int
*
%Y
ret
int
%Z
}