This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug plugins/50889] PLUGIN_FINISH_UNIT arrives a bit to late for really high-level (AST-based) in-memory code transformation/instrumentation
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 27 Oct 2011 20:46:26 +0000
- Subject: [Bug plugins/50889] PLUGIN_FINISH_UNIT arrives a bit to late for really high-level (AST-based) in-memory code transformation/instrumentation
- Auto-submitted: auto-generated
- References: <bug-50889-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50889
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-10-27 20:46:26 UTC ---
The idea on how to add something which transforms the IR is to add a pass to
the pass manager.