Sign in
swiftshader
/
SwiftShader
/
fde88d96a58b92beab76035393b3acd849445160
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
X86
/
shift-one.ll
blob: a0fe250a87cab77c02a70a52187f58f34807ca0f [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86 | not grep leal
@x
=
external
global
i32
; <i32*> [#uses=1]
define
i32
@test
()
{
%tmp.0
=
load
i32
*
@x
; <i32> [#uses=1]
%tmp.1
=
shl
i32
%tmp.0
,
1
; <i32> [#uses=1]
ret
i32
%tmp.1
}