[PATCH] D146743: [WebAssembly] Tidy up DebugValueManager (NFC)

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 14:31:03 PDT 2023


dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.h:12
 /// manager for DebugValues associated with the specific MachineInstr.
+/// This pass currently does not handle DBG_VALUE_INSTs; they are assumed to
+/// have been set to undef in NullifyDebugValueLists pass.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146743



More information about the llvm-commits mailing list