[PATCH] D96071: We can only move static allocas into the resume entry points
John McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 13:08:14 PST 2021
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
The idea in this test case is that this gets lowered to a dynamic alloca before the code that adjusts for the entry point sees it? That might be worth spelling out in the test case. Otherwise LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96071/new/
https://reviews.llvm.org/D96071
More information about the llvm-commits
mailing list