Hi, debugging a compiler extension plugin (IR) with AnalysisHandlerExtension and IrGeneratorExtension I see that IR Generation comes last.
Is there any extension point, that runs after generation, so one could analyse all effective sources ? (so that any generated/transformed sources are again available for introspection/analysis)