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

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 17:07:20 PDT 2017


davidxl added inline comments.


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


https://reviews.llvm.org/D39581





More information about the llvm-commits mailing list