- remove verbose information (function linkage types, alignment, TBAA) 2) remove unused element or replace irrelevant element with null (as placeholders) in virtual table, remove unused definitions of deleted elements accordingly.
Details
Details
- Reviewers
tejohnson - Commits
- rG55c71c9eac9b: Simplify WPD test case for hybrid LTO and thinTLO.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm with another possible cleanup noted below.
llvm/test/ThinLTO/X86/Inputs/devirt_after_filtering_unreachable_lib.ll | ||
---|---|---|
37–38 | I think the ".virtual" type metadata can also be removed here and below. |
I think the ".virtual" type metadata can also be removed here and below.