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]

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


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