ir/tests/debug.Windows-x86_64/dessa_003.irt

49 lines
886 B
Plaintext
Raw Normal View History

2023-03-02 15:57:26 +01:00
--TEST--
DESSA 003
--TARGET--
Windows-x86_64
--ARGS--
-S
--CODE--
# Figure 8 (swap problem) from "Translating Out of Static Single Assignment Form" by Sreedhar
{
uintptr_t c_1 = 0;
bool c_2 = 0;
bool c_3 = 1;
int32_t c_4 = 1;
int32_t c_12 = 12;
l_1 = START(l_11);
int32_t x0 = PARAM(l_1, "x", 0);
int32_t y1 = PARAM(l_1, "y", 1);
int32_t cond = PARAM(l_1, "z", 2);
int32_t x1 = DIV(x0, c_12);
l_3 = END(l_1);
l_4 = LOOP_BEGIN(l_3, l_9);
int32_t x2 = PHI(l_4, x1, x3);
int32_t y2 = PHI(l_4, y1, y3);
int32_t z = COPY(x2);
int32_t x3 = COPY(y2);
int32_t y3 = COPY(z);
l_7 = IF(l_4, cond);
l_8 = IF_TRUE(l_7);
l_9 = LOOP_END(l_8);
2023-03-02 15:57:26 +01:00
l_10 = IF_FALSE(l_7);
l_11 = RETURN(l_10, z);
}
--EXPECT--
test:
movl %edx, %r9d
movl %ecx, %eax
movl $0xc, %ecx
cltd
idivl %ecx
.L1:
testl %r8d, %r8d
je .L2
movl %eax, %ecx
movl %r9d, %eax
movl %ecx, %r9d
jmp .L1
.L2:
retq