[PATCH] D69886: [DebugInfo] Support for DW_OP_implicit_pointer (CodeGen phase)
Alok Kumar Sharma via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 01:02:36 PST 2019
alok updated this revision to Diff 228184.
alok retitled this revision from "[DebugInfo] Support for DW_OP_implicit_pointer (Post IR transformation phase)" to "[DebugInfo] Support for DW_OP_implicit_pointer (CodeGen phase)".
alok edited the summary of this revision.
alok added a comment.
This update includes incorporation of review comments from Vedant Kumar (@vsk)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69886/new/
https://reviews.llvm.org/D69886
Files:
llvm/include/llvm/CodeGen/MachineInstr.h
llvm/include/llvm/CodeGen/MachineInstrBuilder.h
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/include/llvm/IR/IntrinsicInst.h
llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
llvm/lib/CodeGen/LiveDebugValues.cpp
llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
llvm/lib/IR/DebugInfoMetadata.cpp
llvm/lib/IR/IntrinsicInst.cpp
llvm/lib/IR/Verifier.cpp
llvm/test/DebugInfo/Inputs/dwarfdump-implicit_pointer_instcomb.c
llvm/test/DebugInfo/Inputs/dwarfdump-implicit_pointer_mem2reg.c
llvm/test/DebugInfo/Inputs/dwarfdump-implicit_pointer_sroa.c
llvm/test/DebugInfo/Inputs/dwarfdump-implicit_pointer_sroa_inline.c
llvm/test/DebugInfo/dwarfdump-implicit_pointer_instcomb.ll
llvm/test/DebugInfo/dwarfdump-implicit_pointer_mem2reg.ll
llvm/test/DebugInfo/dwarfdump-implicit_pointer_sroa.ll
llvm/test/DebugInfo/dwarfdump-implicit_pointer_sroa_inline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69886.228184.patch
Type: text/x-patch
Size: 50396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191107/a1e574fe/attachment-0001.bin>
More information about the llvm-commits
mailing list