[PATCH] D29578: Propagate debug info for Phi node in SSAUpdater

Keith Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 05:42:13 PST 2017


keith.walker.arm added a comment.

I currently don't know of any other optimisation phases where the debug information for the results of a phi node is incorrect;   but I would not be surprised to find that once the loop rotate issue is fixed and the information is able to correctly propagate in this phase that other optimisation phases which copy phi nodes are also found to have a problem.


https://reviews.llvm.org/D29578





More information about the llvm-commits mailing list