llvm-project/llvm/test/CodeGen/Generic/MIRDebugify
Xiang1 Zhang 39584ae5b5 [Debugify] Support checking Machine IR debug info
Add mir-check-debug pass to check MIR-level debug info.

For IR-level, currently, LLVM have debugify + check-debugify to generate
and check debug IR. Much like the IR-level pass debugify, mir-debugify
inserts sequentially increasing line locations to each MachineInstr in a
Module, But there is no equivalent MIR-level check-debugify pass, So now
we support it at "mir-check-debug".

Reviewed By: djtodoro

Differential Revision: https://reviews.llvm.org/D91595
2020-12-16 22:17:25 -08:00
..
check-line-and-variables-x.mir [Debugify] Support checking Machine IR debug info 2020-12-16 22:17:25 -08:00
check-line-and-variables.ll [Debugify] Support checking Machine IR debug info 2020-12-16 22:17:25 -08:00
check-line-and-variables.mir [Debugify] Support checking Machine IR debug info 2020-12-16 22:17:25 -08:00
locations-and-values.mir [Debugify] Support checking Machine IR debug info 2020-12-16 22:17:25 -08:00