Converting InlineCost interface and its internals into CallBase usage.
Inliners themselves are still not converted.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
llvm/lib/Analysis/InlineCost.cpp | ||
---|---|---|
2095 ↗ | (On Diff #194967) | Doesn't look like you need the cast to CallInst here. |
llvm/lib/Analysis/InlineCost.cpp | ||
---|---|---|
2095 ↗ | (On Diff #194967) | canReturnTwice is CallInst member, it is not available for CallBase. |