Hello,
> Diego Novillo wrote:
> > sean yang wrote on 07/17/06 22:16:
> >
> >> Can someone give a brief introduction? Hopefully my question is clear:)
> >>
> > When you insert a brand new GIMPLE statement, the symbols referenced in
> > it must be rewritten into SSA form. See the section 'Preservi
Diego Novillo wrote:
> sean yang wrote on 07/17/06 22:16:
>
>> Can someone give a brief introduction? Hopefully my question is clear:)
>>
> When you insert a brand new GIMPLE statement, the symbols referenced in
> it must be rewritten into SSA form. See the section 'Preserving the SSA
> form' in
sean yang wrote on 07/17/06 22:16:
> Can someone give a brief introduction? Hopefully my question is clear:)
>
When you insert a brand new GIMPLE statement, the symbols referenced in
it must be rewritten into SSA form. See the section 'Preserving the SSA
form' in the GCC internals manual.
I'd like to ask a question about difference of SSA-form representation and
GIMPLE representation. I thanks you for your answer.
My understanding is that any stmt node insertion operation in a pass between
building-SSA pass and un-SSA pass should uses SSA-form representation. But
the following