This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question re: SSA Aggressive Dead Code Elimination
On Wed, 27 Jun 2001, Daniel Berlin wrote:
> > Nope. What we ended up having was a trivially dead phi term.
>
> You are making the same mistake I did.
> The phi term *isn't* trivially dead. And because it's not dead, the jump
> instruction in the block the phi node has for that term, should be marked
> important, so it doesn't become unconditional.
>
Yup. I can't read RTL to save my life.
Thanks. Diego.