[PATCH] D115169: Create a generic ABI document for _BitInt
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 21 07:08:59 PDT 2022
aaron.ballman edited reviewers, added: efriedma; removed: rsmith.
aaron.ballman added a comment.
Now that C2x is closer to getting finalized, I would like to get this documentation up somewhere public so that other implementations can see what we do and match our behavior more easily. Changing up the reviewers and pinging the review again, but I believe this documentation is still accurate except for mention of vector types (which are powers-of-two currently and so behave the same as existing vector types and thus don't need a lot of documentation aside from mentioning that).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115169/new/
https://reviews.llvm.org/D115169
More information about the cfe-commits
mailing list