[PATCH] D89768: [Coroutine] Properly determine whether an alloca should live on the frame

John McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 12:20:45 PDT 2020


rjmccall added a comment.

There's an existing StackLifetime analysis that does some of this work and also considers the lifetime intrinsics; can we take advantage of that?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89768/new/

https://reviews.llvm.org/D89768



More information about the llvm-commits mailing list