This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: an inter-procedural SSA-based pass


Andrew Pinski wrote:
On Wed, 2006-09-13 at 08:34 +0200, mathieu lacage wrote:
hi,
Maybe it is the idea of writing an IPA pass operating on SSA which is
just plain braindead in which case it would be nice for someone to tell
me so :)

It is not braindead except GCC currently does not support that on the mainline. On the ipa-branch you can do it, in fact inlining is already done on SSA there and works.

And if you want that, I have patches to do that as late as after ivopts (though that's quite disgusting because the only way to delete aliasing info right now is to leave SSA and re-enter it).


Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]