In D85741 Adrian suggested the experimental instruction referencing meta-instruction should be documented; further analysis shows that actually we don't document any debug info features of MIR. This patch adds explanations for debug-location, DBG_VALUE and other things, plus DBG_INSTR_REF.
Rather than trying to describe what these things mean, I've linked to source level debugging; IMO better to document the syntax in the MIR language reference, and the meaning elsewhere.
debug information is a more common term I think