[all-commits] [llvm/llvm-project] 31897e: [LTO][Pipelines][Coro] De-duplicate Coro passes (#...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Feb 25 20:14:41 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 31897e651a1aa69207806d497a7080e252c53ebe
      https://github.com/llvm/llvm-project/commit/31897e651a1aa69207806d497a7080e252c53ebe
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/lib/Passes/PassBuilderPipelines.cpp
    M llvm/test/LTO/X86/coro.ll
    M llvm/test/Other/new-pm-defaults.ll
    M llvm/test/Other/new-pm-lto-defaults.ll

  Log Message:
  -----------
  [LTO][Pipelines][Coro] De-duplicate Coro passes (#128654)

```
if (!isLTOPostLink(Phase))
    CoroPM.addPass(CoroEarlyPass());
if (!isLTOPreLink(Phase))
    // Other Coro passes
```

Followup to #126168.



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