[llvm] [DSE] Defer alloca store elimination for CoroSplit (PR #133918)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 2 05:21:00 PDT 2025


https://github.com/nikic commented:

Can you add some more detail to the issue description why coroutine semantics require this? This hack looks very problematic to me, and seems quite distinct from the existing coroutine workarounds we have (which are about the possibility of the thread identity changing across suspension points).

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


More information about the llvm-commits mailing list