[PATCH] D100009: [Statepoint Lowering] Allow other than N byte sized types in deopt bundle

Denis Antrushin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 08:51:35 PDT 2021


dantrushin added a comment.

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)


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