[llvm] [LTO][Pipelines][Coro] Handle coroutines in LTO pipeline (PR #126168)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 00:03:47 PST 2025
================
@@ -1825,6 +1827,7 @@ PassBuilder::buildLTODefaultPipeline(OptimizationLevel Level,
// in ICP.
MPM.addPass(LowerTypeTestsPass(nullptr, nullptr,
lowertypetests::DropTestKind::Assume));
+ MPM.addPass(CoroCleanupPass());
----------------
vitalybuka wrote:
Done, there is some inefficiency with duplication pre/post link passes, which I will fix in follow up patch as discussed here https://github.com/llvm/llvm-project/pull/126168#pullrequestreview-2606862304.
https://github.com/llvm/llvm-project/pull/126168
More information about the llvm-commits
mailing list