Early returns were causing some code to be skipped. This was missed
since the summary entries are typically at the end of the llvm assembly
file.
Fixes PR41663.
Paths
| Differential D61355
[ThinLTO] Fix unreachable code when parsing summary entries. ClosedPublic Authored by tejohnson on Apr 30 2019, 5:22 PM.
Details Summary Early returns were causing some code to be skipped. This was missed Fixes PR41663.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 1 2019, 9:21 AM Closed by commit rL359697: [ThinLTO] Fix unreachable code when parsing summary entries. (authored by tejohnson). · Explain WhyMay 1 2019, 9:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 197569 llvm/trunk/lib/AsmParser/LLParser.cpp
llvm/trunk/test/Assembler/thinlto-summary.ll
|