[PATCH] D55299: [LoopDeletion] Update debug values after loop deletion.

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 5 05:37:52 PST 2018


jmorse added a comment.

Looks good; one observation is that if we have N dbg.value's of a variable, we'll end up with N dbg.value(undef)'s of that variable in the output. Ideally we'd only emit one per variable.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55299/new/

https://reviews.llvm.org/D55299





More information about the llvm-commits mailing list