Sign in
swiftshader
/
SwiftShader
/
dc85364a33e23cfbaf95144c3e9d145a5dbb5c07
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Generic
/
2009-03-29-SoftFloatVectorExtract.ll
blob: 45b561affffaf437fe4111e9e35894c902766091 [
file
] [
log
] [
blame
]
; RUN: llc < %s -soft-float
; PR3899
@m
=
external
global
<
2
x
double
>
define
double
@vector_ex
()
nounwind
{
%v
=
load
<
2
x
double
>*
@m
%x
=
extractelement
<
2
x
double
>
%v
,
i32
1
ret
double
%x
}