[PATCH] D107547: [CodeGen] More bits for calling convention

2021-09-02 Thread John McCall via Phabricator via cfe-commits
rjmccall accepted this revision. rjmccall added a comment. This revision is now accepted and ready to land. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D107547/new/ https://reviews.llvm.org/D107547 ___ cfe-commits mailing list cfe-commi

[PATCH] D107547: [CodeGen] More bits for calling convention

2021-09-02 Thread Xinglong Liao via Phabricator via cfe-commits
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

[PATCH] D107547: [CodeGen] More bits for calling convention

2021-09-02 Thread Xinglong Liao via Phabricator via cfe-commits
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

[PATCH] D107547: [CodeGen] More bits for calling convention

2021-09-02 Thread Xinglong Liao via Phabricator via cfe-commits
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