The earlier commit (https://reviews.llvm.org/D70014) missed this one : If Always_Inline happens to be the only entry in FuncFlags, then the assembler will not print it in the summary.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D70323
ThinLTO: Fix assembler to emit alwaysInline in the summary ClosedPublic Authored by Bharathi on Nov 15 2019, 10:24 AM.
Details Summary The earlier commit (https://reviews.llvm.org/D70014) missed this one : If Always_Inline happens to be the only entry in FuncFlags, then the assembler will not print it in the summary.
Diff Detail Event TimelineHerald added subscribers: llvm-commits, dexonsmith, steven_wu and 3 others. · View Herald Transcript This revision is now accepted and ready to land.Nov 15 2019, 11:59 AM Closed by commit rGaeca47fa0fbc: ThinLTO: Fix assembler to emit alwaysInline in the summary (authored by tejohnson). · Explain WhyNov 18 2019, 3:04 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 229587 llvm/lib/IR/AsmWriter.cpp
llvm/test/ThinLTO/X86/funcimport_alwaysinline.ll
|