Nikita Popov 34c8533742
[Coroutines] Always drop lifetime markers after moving allocas to frame (#149141)
https://github.com/llvm/llvm-project/pull/142551 started always dropping
lifetime markers after moving allocas on the frame, as these are not
useful on non-allocas but can cause issues.

However, this was not done for other ABIs (retcon, retcononce, async)
that go through a different code path. We should treat them the same
way.
2025-07-17 09:26:11 +02:00
..