[PATCH] D56678: [DebugInfo][DAG] Allow creation of DBG_VALUEs in blocks where the operand is not used

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 08:36:50 PST 2019


bjope accepted this revision.
bjope added a comment.
This revision is now accepted and ready to land.

LGTM!

PS. I found my old git branch where I played around with this, and I think that I never figured out that I needed the `!isa<Argument>` check. Maybe that is why I had mixed feeling about the result back in the days.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56678





More information about the llvm-commits mailing list