[PATCH] D43956: [DebugInfo] Discard invalid DBG_VALUE instructions in LiveDebugVariables
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 3 15:11:46 PST 2018
bjope added inline comments.
================
Comment at: lib/CodeGen/LiveDebugVariables.cpp:762
+ if (I.value().isUndef()) {
+ dbgs() << "Erasing " << I.start() << "\n";
I.erase();
----------------
Oops. I did not intend to include this in the patch.
Repository:
rL LLVM
https://reviews.llvm.org/D43956
More information about the llvm-commits
mailing list