[PATCH] D72515: Add Targeted LiveDebugValues Tests That Exercise Specific Expected Behaviours

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 09:38:27 PST 2020


aprantl added a comment.

Very nice!



================
Comment at: llvm/test/DebugInfo/MIR/X86/livedebugvalues_basic_diamond.mir:4
+
+  ; Check that debug value intrinsics are propogated through a CFG containing
+  ; a diamond that doesn't move or clobber their locations.
----------------
Wording: "debug value intrinsics" are `call llvm.dbg.value` in LLVM IR. In MIR they are DBG_VALUE *instructions*.


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

https://reviews.llvm.org/D72515





More information about the llvm-commits mailing list