mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-10 17:07:06 +00:00
377ffe3b11
actually tested on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126652 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
195 B
LLVM
8 lines
195 B
LLVM
; RUN: llc -mtriple=x86_64-pc-linux < %s
|
|
; PR9309
|
|
|
|
define <4 x double> @f_fu(<4 x float>) nounwind {
|
|
%float2double.i = fpext <4 x float> %0 to <4 x double>
|
|
ret <4 x double> %float2double.i
|
|
}
|