fhahn added inline comments.

================
Comment at: clang/include/clang/AST/Type.h:3236
   QualType ElementType;
+  unsigned NumElements;
 
----------------
I think you could keep NumElements in VectorTypeBitfields (just remove the bit 
specifier), as the size of those bitfields can be up to 8 bytes (see the static 
asserts around line 1775). That should be fine as long as NumTypeBits + 3 <= 32.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77335/new/

https://reviews.llvm.org/D77335



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to