Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b4c1782c7a134e85f5f66c4becfc851067248ed4
/
.
/
llvm
/
test
/
Regression
/
CBackend
/
2003-11-21-ConstantShiftExpr.ll
blob: a2a145f48739a55d82c2b8b1aba9d1517d0ddf02 [
file
] [
log
] [
blame
]
Brian Gaeke
b4c1782
2003-11-22 04:58:25 +0000
[
diff
] [
blame^
]
1
%y
=
weak
global
sbyte
0
2
implementation
3
uint
%testcase
()
{
4
entry
:
5
ret
uint
shr
(
uint
cast
(
sbyte
*
%y
to
uint
),
ubyte
4
)
6
}