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

Keith Walker via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 09:26:27 PDT 2016


keith.walker.arm added a comment.

I believe this change is good as a general back-stop check.

I will look into whether using getFirstNonPHIOrDbg() would allow us to add debug data to a catchswitch as a separate improvement.


https://reviews.llvm.org/D24797





More information about the llvm-commits mailing list