[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
Tue Nov 16 06:58:08 PST 2021


JonChesterfield added a comment.

If the amdgpu backend doesn't require this then it doesn't matter much if other passes undo it. If it's not an invariant, we don't need the verifier to alert people to passes that break it.

Git blame on the new code in clang will lead people here where they may be able to work out from the comments why this change was made.


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