[PATCH] D24797: Only insert debug nodes after a phi if there is a valid insertion point

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 08:37:50 PDT 2016


hans added a comment.

I'm not familiar with this code. I suppose it boils down to whether it's OK that ConvertDebugDeclareToDebugValue() is now best-effort instead of always inserting the dbg intrinsic. If that's the case, then lgtm.


https://reviews.llvm.org/D24797





More information about the llvm-commits mailing list