[all-commits] [llvm/llvm-project] 55c71c: Simplify WPD test case for hybrid LTO and thinTLO.
minglotus-6 via All-commits
all-commits at lists.llvm.org
Tue Dec 21 09:27:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55c71c9eac9bc7f956a05fa9258fad4f86565450
https://github.com/llvm/llvm-project/commit/55c71c9eac9bc7f956a05fa9258fad4f86565450
Author: minglotus-6 <mingmingl at google.com>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M llvm/test/ThinLTO/X86/Inputs/devirt_after_filtering_unreachable_lib.ll
M llvm/test/ThinLTO/X86/devirt_after_filtering_unreachable.ll
Log Message:
-----------
Simplify WPD test case for hybrid LTO and thinTLO.
1) 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.
Differential Revision: https://reviews.llvm.org/D116071
More information about the All-commits
mailing list