On hover, the whole asm snippet is displayed, including operands.
This requires the actual assembly output instead of just the MCInsts:
This is because some pseudo-instructions get lowered to actual target
instructions during codegen (e.g. ABS_Fp32 -> SSE or X87).
[nit] as discussed you may want to use a pointer here to make it clear that llvm::MCSchedClassDesc is immutable.