[all-commits] [llvm/llvm-project] e7e4c7: [Pipelines] Don't run ForceFunctionAttrs post-link
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Apr 24 00:58:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7e4c7632075fef21bc8f90ad76dc68680e3bac8
https://github.com/llvm/llvm-project/commit/e7e4c7632075fef21bc8f90ad76dc68680e3bac8
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M clang/test/CodeGen/thinlto-distributed-newpm.ll
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/test/Other/new-pm-lto-defaults.ll
M llvm/test/Other/new-pm-thinlto-postlink-defaults.ll
M llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
M llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
Log Message:
-----------
[Pipelines] Don't run ForceFunctionAttrs post-link
This is effectively a debugging pass to adjust function attributes.
I don't think it makes sense to run it in the post-link pipeline.
Differential Revision: https://reviews.llvm.org/D148904
More information about the All-commits
mailing list