[PATCH] D88405: [LiveDebugValues][InstrRef][1/2] Try harder to recover clobbered variable locations
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 08:39:52 PDT 2020
djtodoro accepted this revision.
djtodoro added a comment.
This revision is now accepted and ready to land.
Super nit inline.
================
Comment at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:1924
+
+ // Inform TTracker about any direct clobbers,
+ for (uint32_t DeadReg : DeadRegs) {
----------------
`,` ==> `.`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88405/new/
https://reviews.llvm.org/D88405
More information about the llvm-commits
mailing list