[llvm-dev] Mapping between instruction ins/outs to instruction bits-field
Yaniv via llvm-dev
llvm-dev at lists.llvm.org
Tue Nov 7 07:27:29 PST 2017
Hi,
How does the mapping between instruction inputs and outputs
to the instruction bits-field is done?
>From what I saw it either by name matching or by positional
matching of unassigned bits-fields, and the two methods can't
be mixed. Is it correct?
Supposing the above is correct then, setting inputs names in
MIOperandInfo (of custom Operand) should behave as if they were
specified directly in the out/ins list?
Thanks,
Yaniv
More information about the llvm-dev
mailing list