[llvm] Reapply "[coro][CoroSplit] Use `llvm.lifetime.end` to compute putting objects on the frame vs the stack (#90265) (PR #91372)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 22:07:39 PDT 2024
================
@@ -155,20 +162,31 @@ bool llvm::isPotentiallyReachableFromMany(
}
}
- const Loop *StopLoop = LI ? getOutermostLoop(LI, StopBB) : nullptr;
+ SmallPtrSet<const Loop *, 2> StopLoops;
+
----------------
nikic wrote:
Nit: Drop this empty line.
https://github.com/llvm/llvm-project/pull/91372
More information about the llvm-commits
mailing list