[PATCH] D29040: Explicitly promote indirect calls before sample profile annotation.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 09:45:30 PST 2017


davidxl added inline comments.


================
Comment at: lib/Transforms/IPO/SampleProfile.cpp:667
+                       << CalleeFunctionName << " because " << Reason << "\n");
+        }
+      }
----------------
reset CalledFunction to null or continue?


https://reviews.llvm.org/D29040





More information about the llvm-commits mailing list