Sign in
swiftshader
/
SwiftShader
/
6408c5525cb272b4665c712f871d2ce5038ac443
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
InstCombine
/
2006-03-30-ExtractElement.ll
blob: 5decc21f3bce9e8bbedf935a168b81997a9ffcd4 [
file
] [
log
] [
blame
]
; RUN: opt < %s -instcombine -disable-output
define
float
@test
(<
4
x
float
>
%V
)
{
%V2
=
insertelement
<
4
x
float
>
%V
,
float
1.000000
e
+
00
,
i32
3
; <<4 x float>> [#uses=1]
%R
=
extractelement
<
4
x
float
>
%V2
,
i32
2
; <float> [#uses=1]
ret
float
%R
}