Hello, i am currently taking a university course of automatic code generation. As a pracitcal example i wanted to ask if it is somehow possible to see the Intermediate Representation (IR) of given Julia minimal code examples. Is there any option to generate this IR or assembly code? What possibilities do i have to look inside the code generation process to understand the basic idea of Julias code generation approach.
Kind Regards
