llvm-project/mlir
Lorenzo Chelini baca3b382b [MLIR] Simplify logic in `parseDynamicIndexList` (NFC)
We can use `parseCommaSeparatedList` to simplify the logic of
`parseDynamicIndexList`. We don't need to explicitly check delimiters
and comma anymore, this is done for us by `parseCommaSeparatedList`.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D138694
2022-11-28 11:02:09 +01:00
..
benchmark/python [mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers for vectorization and parallelization options. 2022-09-04 01:39:35 +00:00
cmake/modules Add version to all LLVM cmake package 2022-11-25 21:57:58 +00:00
docs [mlir] Don't include the attribute self type in a `params` directive 2022-11-12 14:38:45 -08:00
examples Apply clang-tidy fixes for readability-identifier-naming in StandaloneExtension.cpp (NFC) 2022-11-17 06:23:30 +00:00
include [mlir][spirv] Add a field for client API in target environment 2022-11-25 21:38:00 +00:00
lib [MLIR] Simplify logic in `parseDynamicIndexList` (NFC) 2022-11-28 11:02:09 +01:00
python [MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transform 2022-11-25 09:43:30 +01:00
test [mlir][Test] Add a test pass to act as a sink towards LLVM conversion 2022-11-28 00:59:55 -08:00
tools [mlir][Test] Add a test pass to act as a sink towards LLVM conversion 2022-11-28 00:59:55 -08:00
unittests [mlir][sparse] support affine expression on sparse dimensions (analysis implementation) 2022-11-23 00:02:47 +00:00
utils MLIR: Add --fix-error to clang-tidy script 2022-11-18 06:22:32 +00:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy [mlir] Disable `misc-const-correctness` clang-tidy check. 2022-08-03 10:18:43 +02:00
CMakeLists.txt Move googletest to the third-party directory 2022-11-09 15:28:08 -08:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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