Sign in
cobalt
/
cobalt
/
3dc8b3855f2b32702936add58a952cac6687ac3d
/
.
/
third_party
/
llvm-project
/
llvm
/
test
/
CodeGen
/
X86
/
shift-one.ll
blob: d961eb1451b936d86283cc235f85f062f1e9c246 [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=i686-- | not grep leal
@x
=
external
global
i32
; <i32*> [#uses=1]
define
i32
@test
()
{
%tmp.0
=
load
i32
,
i32
*
@x
; <i32> [#uses=1]
%tmp.1
=
shl
i32
%tmp.0
,
1
; <i32> [#uses=1]
ret
i32
%tmp.1
}