[PATCH] D102999: [WebAssembly] Add NullifyDebugValueLists pass

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 09:06:55 PDT 2021


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


================
Comment at: llvm/test/DebugInfo/WebAssembly/dbg-value-list.ll:11
+; CHECK-LABEL: name: dbg_value_list_test
+; CHECK-NOT: DBG_VALUE_LIST
+; CHECK: DBG_VALUE $noreg, $noreg
----------------
Would it be possible to check that there actually are `DBG_VALUE_LIST`s in the input to the MIR pipeline (perhaps using `-stop-after` or something)? It's not obvious (to me) how the IR below leads to DBG_VALUE_LIST being created and it seems unlikely to be guaranteed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102999



More information about the llvm-commits mailing list