[PATCH] D101045: [IR][Verifier] Allow alloca outside alloca address space
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 10:54:04 PDT 2021
tlively added a reviewer: arsenm.
tlively added a comment.
Herald added a subscriber: wdng.
The code looks fine, but explicitly requesting a review from @arsenm because I don't know the history of this restriction or how this affects other targets.
@wingo, have you investigated what would happen if we tried to use the normal stack address space in IR, but extracted reftype stack slots into a separate stack in the WebAssembly backend, perhaps specifically in `WebAssemblyFrameLowering::emit{Prologue,Epilogue}`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101045/new/
https://reviews.llvm.org/D101045
More information about the llvm-commits
mailing list