[llvm] [Coroutines] fix coroutines + std::unique_ptr with async exceptions validation errors (PR #149691)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 11:32:27 PST 2025
================
@@ -2229,6 +2325,8 @@ PreservedAnalyses CoroSplitPass::run(LazyCallGraph::SCC &C,
if (!Shape.CoroBegin)
continue;
+ enforceDominationByCoroBegin(F, Shape);
----------------
tzuralon wrote:
No problem, on it.
https://github.com/llvm/llvm-project/pull/149691
More information about the llvm-commits
mailing list