[all-commits] [llvm/llvm-project] f24229: [FuncSpec] Do not run pre-link when doing LTO.
Alexandros Lamprineas via All-commits
all-commits at lists.llvm.org
Tue Mar 14 11:57:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f242291f59bf5cced08e8f6e7c3068cfe4dff06c
https://github.com/llvm/llvm-project/commit/f242291f59bf5cced08e8f6e7c3068cfe4dff06c
Author: Alexandros Lamprineas <alexandros.lamprineas at arm.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/test/Other/new-pm-defaults.ll
M llvm/test/Other/new-pm-thinlto-defaults.ll
M llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
M llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
Log Message:
-----------
[FuncSpec] Do not run pre-link when doing LTO.
Saves time. Post link will cover most cases anyway.
Differential Revision: https://reviews.llvm.org/D145394
More information about the All-commits
mailing list