[PATCH] D77335: [AST] clang::VectorType supports any size (that fits in unsigned)
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 2 14:39:09 PDT 2020
efriedma added a comment.
If you're going to add code to check for it, we might as well add testcases for ridiculous sizes, like `(__int128_t)1 << 100`.
I think this makes sense.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77335/new/
https://reviews.llvm.org/D77335
More information about the cfe-commits
mailing list