[PATCH] D105029: [Debug-info][InstrRef] Avoid un-necessary ordering in debug value-substitution records

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 28 07:47:51 PDT 2021


jmorse updated this revision to Diff 354900.
jmorse added a comment.

Use SmallVector over std::vector, apply some clang-formatting and comment adjusting.


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

https://reviews.llvm.org/D105029

Files:
  llvm/include/llvm/CodeGen/MachineFunction.h
  llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
  llvm/lib/CodeGen/MIRPrinter.cpp
  llvm/lib/CodeGen/MachineFunction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105029.354900.patch
Type: text/x-patch
Size: 6358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210628/3c309394/attachment.bin>


More information about the llvm-commits mailing list