[PATCH] D40413: [CodeExtractor] Add debug locations for new call and branch instrs.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 13:34:28 PST 2017


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

Otherwise this seems good to me. Someone who is interested in profile-based-PGO should probably also look at this, because they typically don't like it when debug info is moved from one basic block into another.


https://reviews.llvm.org/D40413





More information about the llvm-commits mailing list