This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: an inter-procedural SSA-based pass
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: mathieu lacage <Mathieu dot Lacage at sophia dot inria dot fr>
- Cc: GCC <gcc at gcc dot gnu dot org>
- Date: Wed, 13 Sep 2006 00:07:03 -0700
- Subject: Re: an inter-procedural SSA-based pass
- References: <1158129292.5358.1.camel@mathieu>
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.
Thanks,
Andrew Pinski