[all-commits] [llvm/llvm-project] 4bf9ca: [Pipeline] Remove Annotation2Metadata pass in post...
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Apr 12 20:39:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4bf9ca5eec24a4379fc7021c0aa1e810e32c50a6
https://github.com/llvm/llvm-project/commit/4bf9ca5eec24a4379fc7021c0aa1e810e32c50a6
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-04-12 (Wed, 12 Apr 2023)
Changed paths:
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/test/Other/new-pm-O0-defaults.ll
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:
-----------
[Pipeline] Remove Annotation2Metadata pass in post-link pipelines
The pre-link pipeline already ran the pass and it only needs to be run once.
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D145978
More information about the All-commits
mailing list