[all-commits] [llvm/llvm-project] 799955: [ThinLTO] Skip opt pipeline and summary wrapper pa...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Fri Jan 10 19:33:41 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 799955eb176042999b4d12a901b1c33b42035014
https://github.com/llvm/llvm-project/commit/799955eb176042999b4d12a901b1c33b42035014
Author: Teresa Johnson <tejohnson at google.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M lld/test/ELF/lto/new-pass-manager.ll
M llvm/lib/LTO/LTOBackend.cpp
M llvm/test/Feature/load_plugin_error.ll
M llvm/test/Other/X86/lto-hot-cold-split.ll
Log Message:
-----------
[ThinLTO] Skip opt pipeline and summary wrapper pass on empty modules (#120143)
Follow up to PR118508, to avoid unnecessary compile time for an empty
combind regular LTO module if all modules end up being ThinLTO only.
This required minor changes to a few tests to ensure they weren't empty.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list