[PATCH] D77313: [AST] Allow VectorTypes of 1-256 elements, and powers of two up to 2**31.

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 2 11:22:54 PDT 2020


efriedma added a comment.

I think I would rather just pay the extra 8 bytes per VectorType, and expand this to support all vector types supported by LLVM.  It's not like we allocate enough VectorTypes for it to matter, anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77313





More information about the cfe-commits mailing list