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

20 lines
217 B
Plaintext

--TEST--
SCCP 001
--TARGET--
aarch64
--ARGS--
-S
--CODE--
{
int64_t i_1 = 10;
int64_t i_4 = 4;
l_1 = START(l_2);
int64_t z1 = BSWAP(i_1);
l_2 = RETURN(l_1, z1);
}
--EXPECT--
test:
movz x0, #0xa
rev x0, x0
ret