hello compiler friends. i am thinking of a compiler plugin that i would like to build but i wanted to ask a few questions first, to determine whether it is possible within the current architecture. is this the right place?
Sam Gammon
11/18/2022, 2:08 AM
if so, here's the idea: i want to take a tree of IR, from an existing kotlin MP target, and output this tree to its own target
i.e. i want to take interleaved kotlin, and de-interleave it, if that makes sense. is this possible?