[PATCH] D128209: [DebugInfo][InstrRef][NFC] Emit variadic debug values from InstrRefLDV

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 08:08:34 PDT 2022


Orlando accepted this revision.
Orlando added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:916
+
+  SmallVector<MachineOperand> MOs;
+
----------------
tiny nit: this seems to have unnecessarily moved


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128209



More information about the llvm-commits mailing list