llvm-project/mlir
Nicolas Vasilache 31b7f8857f [mlir][vector][integration] Reactivate LLI in vector integration test.
The test introduced in https://reviews.llvm.org/D118006 was missing a return and would
introduce a non-0 return which would fail tests.
2022-02-01 08:00:50 -05:00
..
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 [mlir] Add isa/dyn_cast support for dialect interfaces 2022-01-31 19:24:34 -08:00
examples Remove OpTrait, AttrTrait and TypeTrait 2022-01-31 11:04:00 -08:00
include [mlir][LLVM] Add support for operand_attrs to InlineAsmOp 2022-02-01 05:56:14 -05:00
lib [mlir][LLVM] Add support for operand_attrs to InlineAsmOp 2022-02-01 05:56:14 -05:00
python [mlir][vector][NFC] Split into IR, Transforms and Utils 2022-01-31 19:17:09 +09:00
test [mlir][vector][integration] Reactivate LLI in vector integration test. 2022-02-01 08:00:50 -05:00
tools [mlir] Attempt working around a GCC 5 bug 2022-02-01 11:58:27 +01:00
unittests [MLIR] Extract division representation from equality expressions. 2022-02-01 16:24:28 +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.