This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] RFC: Making control flow more explicit
On Mon, 2003-08-11 at 15:41, Zdenek Dvorak wrote:
> I already have a separate patch for loop_exprs, I will send it soon.
> Concerning COND and SWITCH exprs, I will have to check how much work
> will there be with cleanups, but I don't think it should be somehow
> extremely hard.
>
Excellent. Removing the LOOP_EXPRs will be a great start. As Andrew
mentioned recently, one of the regressions we have now wrt mainline is
the RTL optimizers not recognizing loops properly.
Diego.