[PATCH] D43027: [ThinLTO] Skip BlockAddresses while replacing uses in function import

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 10:26:26 PST 2018


tejohnson added a comment.

I'd like @pcc to comment. I noticed there are a number of other places in this file where we will still be calling replaceAllUsesWith on a Function. How do we know which should use which method?


https://reviews.llvm.org/D43027





More information about the llvm-commits mailing list