[all-commits] [llvm/llvm-project] 2dd349: [DebugInfo][InstrRef] Prettyprint metadata
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Thu May 18 16:02:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dd349428bf0906867eab9604c65945ed1a8c42d
https://github.com/llvm/llvm-project/commit/2dd349428bf0906867eab9604c65945ed1a8c42d
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M llvm/lib/CodeGen/MachineInstr.cpp
A llvm/test/DebugInfo/MIR/InstrRef/pretty-print.mir
Log Message:
-----------
[DebugInfo][InstrRef] Prettyprint metadata
Some metadata prettyprinting, including variable prettyprinting and
debug line info comments, is currently only supported for `DBG_VALUE`.
This allows `DBG_INSTR_REF` can be printed in the same way.
Reviewed By: jmorse
Differential Revision: https://reviews.llvm.org/D150620
More information about the All-commits
mailing list