melanieAQ I'd like to be able to view the Rust intermediate form that is generated by the artiq compiler. Can you explain how I would do that? I don't mind building my own artiq_compile if that's necessary to get this hook, just point me in the direction?
sb10q There is no Rust intermediate representation. For the other IRs that do exist, you can use the ARTIQ_DUMP_IR and ARTIQ_DUMP_LLVM environment variables.