diff options
author | Vitaly Buka <vitalybuka@google.com> | 2025-02-25 20:14:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 20:14:19 -0800 |
commit | 31897e651a1aa69207806d497a7080e252c53ebe (patch) | |
tree | a45f62289ad9ff8a27f77c3c40e3db0584d60afd /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | 8fc8a84e23471fe56214e68706addc712b5a2949 (diff) | |
download | llvm-31897e651a1aa69207806d497a7080e252c53ebe.zip llvm-31897e651a1aa69207806d497a7080e252c53ebe.tar.gz llvm-31897e651a1aa69207806d497a7080e252c53ebe.tar.bz2 |
[LTO][Pipelines][Coro] De-duplicate Coro passes (#128654)
```
if (!isLTOPostLink(Phase))
CoroPM.addPass(CoroEarlyPass());
if (!isLTOPreLink(Phase))
// Other Coro passes
```
Followup to #126168.
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions