[PATCH] D101523: [DebugInfo] Fix updateDbgUsersToReg to support DBG_VALUE_LIST
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 07:11:27 PDT 2021
jmorse added inline comments.
================
Comment at: llvm/test/DebugInfo/Generic/machine-cp-updates-dbg-reg.mir:4
+## Ensure that when the destination register of a copy instruction is used by a
+## DBG_VALUE/DBG_VALUE_LIST, and then that instruction is deleted during copy
+## propagation, the debug use is updated to the source register.
----------------
jmorse wrote:
> "then" -> "when" :)
Nope, actually today I can't read, ignore this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101523/new/
https://reviews.llvm.org/D101523
More information about the llvm-commits
mailing list