[LLVMdev] making emitInlineAsm protected

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Jan 29 14:18:00 PST 2014


> I'd like to just check my code in and then you can look at it in it's
> totality and see if you have
> a better solution .

No!

If it is the compiler creating instructions, it is not inline
assembly. If you need to print mips16 and mips32 and they are two
independent instruction sets, my guess is that you need to figure out
how to swap between two AsmPrinters.

Cheers,
Rafael



More information about the llvm-dev mailing list