[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 13:36:43 PDT 2024


nikic wrote:

> @alanzhao1 This still causes a regression, but it's possible to avoid it by removing the StopBBReachable set: [bfc261b](https://github.com/llvm/llvm-project/commit/bfc261b1c061b952992957e8892ce851afd6f84f) We don't really need this set, it's okay to set DT to nullptr if any of the stop BBs is not reachable.

This comment is still open.

https://github.com/llvm/llvm-project/pull/91372


More information about the llvm-commits mailing list