================ @@ -125,6 +137,26 @@ class TypeDescriptor { return 1 << (TypeInfo >> 1); } + const char *getBitIntBitCountPointer() const { + CHECK(isBitIntTy()); ---------------- earnol wrote:
Since it's a runtime: accepted. It makes sense to make it as small as possible. https://github.com/llvm/llvm-project/pull/96240 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits