ir/tests/debug/tailcall_002.irt

19 lines
316 B
Plaintext
Raw Normal View History

--TEST--
Indirect Tail CALL
--ARGS--
-S
--CODE--
{
uintptr_t c_6 = "hello %d!\n";
l_1 = START(l_4);
uintptr_t f = PARAM(l_1, "f", 1);
int32_t p = PARAM(l_1, "p", 2);
int32_t d_2, l_2 = TAILCALL/2(l_1, f, c_6, p);
l_4 = UNREACHABLE(l_2, d_2);
}
--EXPECT--
test:
movq %rdi, %rax
leaq 6(%rip), %rdi
jmpq *%rax