Files
clang-p2996/llvm/include
Laszlo Kindrat f3ece29b46 [ADT] Allow specifying the size of resulting SmallVector in map_to_vector
This patch adds an overload for the `map_to_vector` helper template, exposing a parameter to control the size of the resulting `SmallVector`. A few call sites in mlir are updated to illustrate and test the change.

Differential Revision: https://reviews.llvm.org/D150601
2023-05-25 11:35:19 -04:00
..