[PATCH] D133634: [clang] Allow vector of BitInt
Xiang Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 16 00:26:34 PDT 2022
python3kgae added a comment.
Thanks for all the comments.
I've limit BitInt vector to BitInt with byte-sized and power of 2 NumBits.
For the ABI, is it OK to let mangleType of VectorType treat BitInt like other element types, call mangleType of BitInt for the element type part?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133634/new/
https://reviews.llvm.org/D133634
More information about the cfe-commits
mailing list