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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148904
[Pipelines] Don't run ForceFunctionAttrs post-link ClosedPublic Authored by nikic on Apr 21 2023, 1:26 AM.
Details
Summary 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 21 2023, 9:34 AM This revision was landed with ongoing or failed builds.Apr 24 2023, 12:58 AM Closed by commit rGe7e4c7632075: [Pipelines] Don't run ForceFunctionAttrs post-link (authored by nikic). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 516297 clang/test/CodeGen/thinlto-distributed-newpm.ll
llvm/lib/Passes/PassBuilderPipelines.cpp
llvm/test/Other/new-pm-lto-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
|