[PATCH] D100009: [Statepoint Lowering] Allow other than N byte sized types in deopt bundle
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 7 20:37:06 PDT 2021
reames added a comment.
In D100009#2674183 <https://reviews.llvm.org/D100009#2674183>, @dantrushin wrote:
> Any reason why do you specify alignment in `bits` instead of `bytes`?
> Is there any (supported by LLVM) CPU architecture with bit-addressing of memory?
> (That really look strange to me, given byte size is hardcoded to 8 bits)
Alignment is specified in bytes in IR. LLVM does not (currently) support bit addressable targets.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100009/new/
https://reviews.llvm.org/D100009
More information about the llvm-commits
mailing list