Sign in
◑
Theme
swiftshader
/
SwiftShader.git
/
43dc629d8270b71db8414e3f7b2f8f90cb36f4f9
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
InstCombine
/
2006-03-30-ExtractElement.ll
blob: 5decc21f3bce9e8bbedf935a168b81997a9ffcd4 [
file
]
; 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
}