[PATCH] D121898: [Verifier] Verify parameter alignment.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 06:27:16 PDT 2022


LuoYuanke added a comment.

In D121898#3399319 <https://reviews.llvm.org/D121898#3399319>, @nikic wrote:

> Just to throw it out there, we should be able to support a larger alignment in ArgFlagsTy pretty easily, because PointerAddrSpace only needs 24 bits, so we have 8 unused bits still left in that structure.

Looks good. Is there any document for the bit size of PointerAddrSpace?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121898/new/

https://reviews.llvm.org/D121898



More information about the llvm-commits mailing list