how to get LLVM opt to output MIR to be passed to llc?

675 Views Asked by At

I need to pass an MIR file to LLC so that I can use the -run-pass option, but I can't find anything about outputing as MIR from opt. How can I do that?

0

There are 0 best solutions below