[PATCH] D33839: Correctly remap BlockAddress when using CodeExtractor

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 11 10:55:45 PDT 2017


davidxl added a comment.

This is assuming the referencing the saved addresses is only within the extracted function, but reference to block addresses from outside the parent function is illegal. How do you prevent the original function from branch into the middle of the outlined function?


https://reviews.llvm.org/D33839





More information about the llvm-commits mailing list