[PATCH] D83047: [LiveDebugValues] 2/4 Add instruction-referencing LiveDebugValues implementation

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 09:19:01 PDT 2020


jmorse updated this revision to Diff 276099.
jmorse marked 11 inline comments as done.
jmorse added a comment.

- Replace a std::pair with a DbgValueProperties class,
- Replace some Densemaps of LocIdx with std::map, for initial cleanliness,
- Rename ValueRec to DbgValue and make two exclusive fields a union,
- Use an Optional<ValueIDNum> instead of in-band signalling when it's an invalid result,
- Address additional assorted feedback.


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

https://reviews.llvm.org/D83047

Files:
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
  llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83047.276099.patch
Type: text/x-patch
Size: 113048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200707/e027729e/attachment-0001.bin>


More information about the llvm-commits mailing list