llvm-project/mlir
Prashant Kumar 3cc5447728 [MLIR][Presburger] Use `SmallVector` instead of `std::vector` in `getLocalRepr`
Use `SmallVector` instead of `std::vector` in `getLocalRepr` function.
 Also, fix the casing of a variable.

Reviewed By: arjunp

Differential Revision: https://reviews.llvm.org/D118722
2022-02-02 19:57:15 +05:30
..
benchmark/python [mlir][bufferize] Clean up remaining references to `tensor-constant-bufferize` 2022-01-31 05:02:11 +09:00
cmake/modules [MLIR] Workaround for python detection problems. 2022-01-27 13:32:29 -08:00
docs Revert "Revert "[mlir] Purge `linalg.copy` and use `memref.copy` instead."" 2022-02-01 18:21:21 +01:00
examples Remove OpTrait, AttrTrait and TypeTrait 2022-01-31 11:04:00 -08:00
include [MLIR][Presburger] Use `SmallVector` instead of `std::vector` in `getLocalRepr` 2022-02-02 19:57:15 +05:30
lib [MLIR][Presburger] Use `SmallVector` instead of `std::vector` in `getLocalRepr` 2022-02-02 19:57:15 +05:30
python [mlir][vector][NFC] Split into IR, Transforms and Utils 2022-01-31 19:17:09 +09:00
test [mlir][vector] Avoid hoisting alloca'ed temporary buffers across AutomaticAllocationScope 2022-02-02 06:00:42 -05:00
tools [mlir] Fully qualify generated C++ code in RewriterGen.cpp 2022-02-02 11:57:57 +01:00
unittests [MLIR][Presburger] Use `SmallVector` instead of `std::vector` in `getLocalRepr` 2022-02-02 19:57:15 +05:30
utils [mlir] Set up boilerplate build for MLIR benchmarks 2022-01-27 21:38:15 +00:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt [mlir] Set up boilerplate build for MLIR benchmarks 2022-01-27 21:38:15 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.