[PATCH] D39581: [PartialInliner] Skip call sites where inlining fails.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 3 04:28:56 PDT 2017


fhahn added inline comments.


================
Comment at: lib/Transforms/IPO/PartialInlining.cpp:934
 
     ORE.emit([&]() {
       return OptimizationRemark(DEBUG_TYPE, "PartiallyInlined",
----------------
davidxl wrote:
> Move the opt remark down.
Done, thanks!


https://reviews.llvm.org/D39581





More information about the llvm-commits mailing list