Hi,
LLVM documentation is not clear. Is it possible to write a machine pass?
I am trying to insert some machine code before the return instruction.
ideally, I’d like a pass that runs the last one before generating assembly.
How can this be done?
Thank you,
Dan