The assertion was introduced in r317853 but there are cases when a call
isn't handled either as direct or indirect. In this case we add a
reference graph edge but not a call graph edge.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D40056
[ThinLTO] Remove too aggressive assertion in building function call graph. ClosedPublic Authored by vsapsai on Nov 14 2017, 4:16 PM.
Details Summary The assertion was introduced in r317853 but there are cases when a call
Diff Detail
Event TimelineHerald added subscribers: hiraditya, eraman, inglorion, mehdi_amini. · View Herald TranscriptNov 14 2017, 4:16 PM This revision is now accepted and ready to land.Nov 14 2017, 6:35 PM Closed by commit rL318540: [ThinLTO] Remove too aggressive assertion in building function call graph. (authored by vsapsai). · Explain WhyNov 17 2017, 10:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 123382 llvm/trunk/lib/Analysis/ModuleSummaryAnalysis.cpp
llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-cast.ll
|