forked from OSchip/llvm-project
2ae5e472e6
Previously extensions and capabilities requirements are returned as SmallVector<SmallVector>. It's an anti-pattern; this commit improves a bit by returning as SmallVector<ArrayRef>. This is possible because the internal sequence is always known statically (from the spec) so that we can use a static constant array for it and get an ArrayRef. Differential Revision: https://reviews.llvm.org/D75874 |
||
---|---|---|
.. | ||
mlir-cpu-runner | ||
mlir-cuda-runner | ||
mlir-opt | ||
mlir-shlib | ||
mlir-tblgen | ||
mlir-translate | ||
mlir-vulkan-runner | ||
CMakeLists.txt |