[PATCH] D53139: [ThinLTO] Don't import GV which contains blockaddress

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 11:00:06 PDT 2018


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

LGTM with a minor comment fix noted below.



================
Comment at: lib/Analysis/ModuleSummaryAnalysis.cpp:78
+// Return true if any of the operands contains blockaddress. This is important
+// to kbow when computing summary for global var, because if global variable
+// references basic block address we can't import it separately from function
----------------
s/kbow/know/


https://reviews.llvm.org/D53139





More information about the llvm-commits mailing list