[PATCH] D133929: [DebugInfo] Produce variadic DBG_INSTR_REFs from ISel
Stephen Tozer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 01:36:11 PST 2023
StephenTozer updated this revision to Diff 486775.
StephenTozer added a comment.
Herald added a subscriber: pengfei.
Address comments (extracted MO selection for const debug operands, expanded comments in EmitDbgValue), add a function for setting a DIExpression "undef".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133929/new/
https://reviews.llvm.org/D133929
Files:
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/lib/CodeGen/MachineFunction.cpp
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/IR/DebugInfoMetadata.cpp
llvm/test/CodeGen/X86/pr57673.ll
llvm/test/DebugInfo/X86/arg-dbg-value-list.ll
llvm/test/DebugInfo/X86/dbg-val-list-undef.ll
llvm/test/DebugInfo/X86/instr-ref-sdag-empty-vreg.ll
llvm/test/DebugInfo/X86/instr-ref-selectiondag.ll
llvm/test/DebugInfo/X86/invalidated-dbg-value-is-undef.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133929.486775.patch
Type: text/x-patch
Size: 29519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230106/f514178f/attachment.bin>
More information about the llvm-commits
mailing list