[llvm] [ADT] Always use 32-bit size type for SmallVector with 16-bit elements (PR #95536)
Jakub Kuderski via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 14 12:41:10 PDT 2024
https://github.com/kuhar commented:
Please add some tests for common types like `char`, `int16_t`, etc. (e.g., using `std::is_same_v<T1, T2>`)
https://github.com/llvm/llvm-project/pull/95536
More information about the llvm-commits
mailing list