[PATCH] D110257: [CFE][Codegen] Make sure to maintain the contiguity of all the static allocas
Jon Chesterfield via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 15 23:59:41 PST 2021
JonChesterfield added a comment.
Please update the documentation with this new constraint. It would be helpful to know exactly when we now require alloca instructions to be adjacent to one another. If you wish to avoid other passes breaking the invariant in future, I think it needs to be added to the IR verifier, and should have been as part of this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110257/new/
https://reviews.llvm.org/D110257
More information about the cfe-commits
mailing list