Hi all,
When compiling some programs using the Mips backend
i’m getting this assert message on lib/CodeGen/LiveInterval.cpp:227:
“Range is not entirely in interval!”
I don’t know yet if it’s something that is missing on the backend code or why
the range to be removed it outside the interval, does anyone have any clue?
A more detailed output is attached.
The program i tried to compile is :
test-suite/SingleSource/Benchmarks/Shootout/sieve.c
Cheers,
sieve_compile.txt (106 KB)