Currently custom encoding method can only be specified in Operand class. For other types of operands only way to change encoding is through general MCCodeEmitter::getMachineOpValue().
This change simplifies encoding process for complex register operands.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM