[PATCH] D45342: [DebugInfo] Examine all uses of isDebugValue() for debug instructions.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 10:04:26 PDT 2018


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

You could land a simplified implementation of isDebugInstr that only checks for DBG_VALUE first and get this in before the other dependencies.


Repository:
  rL LLVM

https://reviews.llvm.org/D45342





More information about the llvm-commits mailing list