Control the MCOperandInfo expansion with -instr-info-expand-mi-operand-info.
For X86, this would make it possible to see memory operand type e.g.:
/* MOV8rm */ GR8, i8mem, /* MOV8rm_NOREX */ GR8_NOREX, i8mem_NOREX,
The intended use is a follow-up diff D126116 (getMemOperandSize).
Do we need to test that -instr-info-expand-mi-operand-info=1 while -gen-instr-info is not enabled?