Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2b51a0806db1a717090cb2a2afc3e9634d536f09
/
.
/
test
/
CodeGen
/
CBackend
/
2003-11-21-ConstantShiftExpr.ll
blob: 5bd088db9d019e8b263e73d71f27e153759d3dcd [
file
] [
log
] [
blame
]
%y
=
weak
global
sbyte
0
implementation
uint
%testcaseshr
()
{
entry
:
ret
uint
shr
(
uint
cast
(
sbyte
*
%y
to
uint
),
ubyte
4
)
}
uint
%testcaseshl
()
{
entry
:
ret
uint
shl
(
uint
cast
(
sbyte
*
%y
to
uint
),
ubyte
4
)
}