ir/tests/aarch64/conv_009.irt
2022-11-08 11:56:22 +03:00

18 lines
214 B
Plaintext

--TEST--
009: type conversion FP2FP
--TARGET--
aarch64
--ARGS--
-S
--CODE--
{
l_1 = START(l_4);
double x = PARAM(l_1, "x", 1);
float ret = FP2FP(x);
l_4 = RETURN(l_1, ret);
}
--EXPECT--
test:
fcvt s0, d0
ret