This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GIMPLE issues and status of gimple-tuples
On Sun, 2006-11-19 at 05:57 +0200, nkavv@physics.auth.gr wrote:
> > Errr, LOOP_EXPR doesn't actually exist anymore :)
> > Loops are always lowered to if-then-else and gotos.
>
> That's nice! I'll check on how things are handled now. Is this true for latest
> release, mainline - current gcc trunk, or gimple-tuples?
It has been true since low-gimple came about which came about before
4.0.0 was released.
low-gimple means Ifs are also converted to "a?goto b;:goto c;"
-- Pinski