File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3277,7 +3277,8 @@ InlineCost llvm::getInlineCost(
32773277 }
32783278
32793279 if (InlineAllViableCalls && isInlineViable (*Callee).isSuccess ())
3280- return llvm::InlineCost::getAlways (" inline all viable calls" );
3280+ return llvm::InlineCost::getAlways (
3281+ " Inlining forced by --inline-all-viable-calls" );
32813282
32823283 LLVM_DEBUG (llvm::dbgs () << " Analyzing call of " << Callee->getName ()
32833284 << " ... (caller:" << Call.getCaller ()->getName ()
Original file line number Diff line number Diff line change 1- ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
21; RUN: opt -passes=inline -inline-threshold=0 -inline-all-viable-calls -S < %s | FileCheck %s
32
43; Check that viable calls that are beyond the cost threshold are still inlined.
You can’t perform that action at this time.
0 commit comments