[LLVMdev] Regarding Instruction definition in LLVM backend

Arsen Hakobyan artinetstudio at gmail.com
Wed Jun 11 03:40:32 PDT 2014


Hi Tim,

Many thanks for your thoughts.

Actually I have implemented it with the approach I choose (using Defs and
then changing the assembly printer to emit the MCInstr in an appropriate
way). And seems that works for me now.

Actually I need to have finally assembly code with
 mov MYREG1_NAME_88 MYREG2_NAME_88

where 88 is an immediate argument value of the built-in function. This is
needed for my target which can understand this kind of registers.

Thank you again, Tim, for your time.
Arsen



--
View this message in context: http://llvm.1065342.n5.nabble.com/Regarding-Instruction-definition-in-LLVM-backend-tp69310p69346.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.



More information about the llvm-dev mailing list