This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
an inter-procedural SSA-based pass
- From: mathieu lacage <Mathieu dot Lacage at sophia dot inria dot fr>
- To: GCC <gcc at gcc dot gnu dot org>
- Date: Wed, 13 Sep 2006 08:34:51 +0200
- Subject: an inter-procedural SSA-based pass
hi,
I am trying to write an inter-procedural SSA-based pass: all the
existing (in trunk) IPA passes seem to be running on a non-ssa
representation and I have been unable to figure out how to hack passes.c
to make it schedule an inter-procedural pass right after ssa
construction or after the end of all_optimizations. Is this possible ?
If so, could someone suggest how to hack passes.c to do this ?
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 :)
thank you,
Mathieu