[PATCH] D13826: [Bitcode] Limit bits used for CallingConv::ID in Function, update tests
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 13:26:47 PDT 2015
rnk accepted this revision.
rnk added a reviewer: rnk.
rnk added a comment.
This revision is now accepted and ready to land.
Can we hoist 0xCFF / 1023 into the CallingConv.h header, and call it something like CallingConv::MaxID? Otherwise, this looks good.
http://reviews.llvm.org/D13826
More information about the llvm-commits
mailing list