[PATCH] D87357: [SelectionDAG][DebugInfo] Use entry-values to recover parameters values

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 01:42:15 PDT 2020


djtodoro updated this revision to Diff 293096.
djtodoro edited the summary of this revision.
djtodoro added a comment.

- addressing comments
- refactoring
- fixing tests
- adding RegState::Debug to the Reg from the dbg_value


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87357/new/

https://reviews.llvm.org/D87357

Files:
  llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
  llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h
  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/test/DebugInfo/X86/entry-values-for-isel-invalidated-nodes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87357.293096.patch
Type: text/x-patch
Size: 10486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200921/ab250a30/attachment.bin>


More information about the llvm-commits mailing list