Xinglong created this revision.
Xinglong added reviewers: rudkx, rjmccall, rsmith.
Xinglong added a project: clang.
Xinglong requested review of this revision.
Herald added a subscriber: cfe-commits.
According to https://reveiws.llvm.org/D13826, bitcode use 10 bits to represent
calling convention
Xinglong added a comment.
ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107547/new/
https://reviews.llvm.org/D107547
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cg
Xinglong updated this revision to Diff 370177.
Xinglong retitled this revision from "[CodeGen] Align calling convention
bit-width to bitcode" to "[CodeGen] More bits for calling convention".
Xinglong edited the summary of this revision.
Xinglong added a comment.
Some patch broken the single 32-bi
Xinglong marked an inline comment as done.
Xinglong added inline comments.
Comment at: clang/include/clang/CodeGen/CGFunctionInfo.h:562
/// The clang::CallingConv that this was originally created with.
- unsigned ASTCallingConvention : 6;
+ unsigned ASTCallingConvention : 10
Xinglong updated this revision to Diff 370185.
Xinglong marked an inline comment as done.
Xinglong added a comment.
rebase
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107547/new/
https://reviews.llvm.org/D107547
Files:
clang/include/clang/CodeGen/CGFunctionInfo.h
Index: clang/inc