[PATCH] D86150: [NFC][DebugInfo] Create InstructionOrdering helper class (1/4)

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 10:11:37 PDT 2020


Orlando created this revision.
Orlando added reviewers: vsk, djtodoro, dblaikie, aprantl.
Orlando added projects: LLVM, debug-info.
Herald added subscribers: llvm-commits, hiraditya.
Orlando requested review of this revision.

Group the map and methods used to query instruction ordering for trimVarLocs
(D82129 <https://reviews.llvm.org/D82129>) into a class. This will make it easier to reuse the functionality upcoming
patches.


https://reviews.llvm.org/D86150

Files:
  llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86150.286314.patch
Type: text/x-patch
Size: 6550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200818/a2c755f4/attachment.bin>


More information about the llvm-commits mailing list