Displaying 1 result from an estimated 1 matches for "myreg2_name_88".
Did you mean:
myreg1_name_88
2014 Jun 10
2
[LLVMdev] Regarding Instruction definition in LLVM backend
Hi Tim,
Thank you for your response.
I need that immediate value latter to concatenate to registers' names (which
I am doing during assembly printing).
Also just Updating some status for my questioin:
I have continued with using *Defs* list. It allows me to keep Registers as
an implicit operands of /*MachineInstr*/ and later during its lowering pass
them to the /*MCInstr*/. Now seems I need