[PATCH] D66347: [DebugInfo] Test that LiveDebugVariables un-coalesces ranges over block boundaries
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 09:13:44 PDT 2019
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: ormris.
================
Comment at: test/DebugInfo/MIR/X86/livedebugvariables-crossbb-interval.mir:3
+#
+# Test that when a livedebugvariables interval crosses a basic block boundary,
+# DBG_VALUEs are created in each covered basic block. In the IR below, control
----------------
Nitpick: this isn't consistent with either name :-)
#define DEBUG_TYPE "livedebugvars"
static cl::opt<bool>
EnableLDV("live-debug-variables", cl::init(true),
cl::desc("Enable the live debug variables pass"), cl::Hidden);
Also, we should probably unify those two...
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66347/new/
https://reviews.llvm.org/D66347
More information about the llvm-commits
mailing list