[all-commits] [llvm/llvm-project] 34c853: [Coroutines] Always drop lifetime markers after mo...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Jul 17 00:26:34 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34c85337424fde5796154d0cb390b39175291373
      https://github.com/llvm/llvm-project/commit/34c85337424fde5796154d0cb390b39175291373
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-07-17 (Thu, 17 Jul 2025)

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/test/Transforms/Coroutines/coro-async-addr-lifetime-start-bug.ll

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list