an inter-procedural SSA-based pass
mathieu lacage
Mathieu.Lacage@sophia.inria.fr
Wed Sep 13 07:00:00 GMT 2006
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
More information about the Gcc
mailing list