Converting InlineCost interface and its internals into CallBase usage.
Inliners themselves are still not converted.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 30475 Build 30474: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
llvm/lib/Analysis/InlineCost.cpp | ||
---|---|---|
2095 | Doesn't look like you need the cast to CallInst here. |
llvm/lib/Analysis/InlineCost.cpp | ||
---|---|---|
2095 | canReturnTwice is CallInst member, it is not available for CallBase. |
Doesn't look like you need the cast to CallInst here.