hfhbd
05/19/2025, 12:24 PMbnorm
05/19/2025, 12:44 PMAbstractIrHandler
and FirAnalysisHandler
classes depending on when you actually generate the output.hfhbd
05/19/2025, 12:46 PMhfhbd
05/19/2025, 12:48 PMfir2irStep()
to test IR code in 2.2.0-RC? (I can still use the Fir2IrResultsConverter)
I used the demiurg906/kotlin-compiler-plugin-template, but it's not updated to 2.2.0-RCbnorm
05/19/2025, 12:59 PMAbstractFirPhasedDiagnosticTest
as the base class for diagnostic tests instead. This will make it closer to what we do in the compiler for diagnostic tests: running all stages until it fails.hfhbd
05/19/2025, 7:21 PM