[all-commits] [llvm/llvm-project] 4ab552: [ThinLTO] Ignore unreachable virtual functions in ...
minglotus-6 via All-commits
all-commits at lists.llvm.org
Wed Dec 15 18:27:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ab5527c15f0b652f56f16a00e5c1b13c453dac2
https://github.com/llvm/llvm-project/commit/4ab5527c15f0b652f56f16a00e5c1b13c453dac2
Author: minglotus-6 <mingmingl at google.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
A llvm/test/ThinLTO/X86/Inputs/devirt_after_filtering_unreachable_lib.ll
R llvm/test/ThinLTO/X86/Inputs/devirt_hybrid_after_filtering_unreachable_lib.ll
A llvm/test/ThinLTO/X86/devirt_after_filtering_unreachable.ll
R llvm/test/ThinLTO/X86/devirt_hybrid_after_filtering_unreachable.ll
Log Message:
-----------
[ThinLTO] Ignore unreachable virtual functions in WPD in thin LTO.
Differential Revision: https://reviews.llvm.org/D115648
More information about the All-commits
mailing list