[PATCH] D70318: Recover debug intrinsics when killing duplicate or empty basic blocks
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 03:52:58 PST 2019
jmorse added inline comments.
================
Comment at: llvm/lib/CodeGen/LiveDebugValues.cpp:169
VarLoc(const MachineInstr &MI, LexicalScopes &LS,
VarLocKind K = InvalidKind)
+ : Var(MI.getDebugVariable(), MI.getDebugExpression(),
----------------
NB, the current patch doesn't apply to trunk/master. This line (169) and the constructor on 195 were removed in r373727
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70318/new/
https://reviews.llvm.org/D70318
More information about the llvm-commits
mailing list