[PATCH] D148115: [WebAssembly] Handle DebugLoc in DebugValueManager

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 10:42:01 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.cpp:229
 
+// Returns true if any instruction in MBB has the same debug locatio as DL.
+// Also returns true if DL is an empty location.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148115



More information about the llvm-commits mailing list