mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
15fe179ecb
recursively and returning a SCALAR_TO_VECTOR node, but assuming the input was always a BUILD_VECTOR. llvm-svn: 109519
7 lines
149 B
LLVM
7 lines
149 B
LLVM
; RUN: llc < %s
|
|
|
|
define float @test1()
|
|
{
|
|
ret float extractelement (<2 x float> bitcast (<1 x double> <double 0x3f800000> to <2 x float>), i32 1);
|
|
}
|