[LLVMdev] LLVM IR to ISA

Konstantinos Parasyris koparasy at gmail.com
Mon Nov 3 00:54:51 PST 2014


Hello,

After instruction selection I would like to print out the selected 
instructions with the corresponding LLVM instructions. Something like this:

LLVM Instruction -> { MCInst,
                                    MCInst,
                                    MCInst,
                                    MCInst
                                 }

Is there a build-in way to do it?

Thank you




More information about the llvm-dev mailing list