llvm-project/mlir
Mogball 2f78b43f4b [mlir][ods] Fix builder gen for VariadicRegion with inferred types
Builders generated for ops with variadic regions and inferred return types were not being correctly generated (missing parameter).
2022-04-07 18:22:49 +00:00
..
benchmark/python [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
cmake/modules Remove include_directories() from cmake `mlir_tablegen()` function (NFC) 2022-03-14 04:36:24 +00:00
docs Fix grammar and punctuation across several docs; NFC 2022-04-07 07:11:11 -04:00
examples [MLIR] Standalone: Fix copy-and-paste typo (NFC) 2022-04-07 11:22:21 +02:00
include [mlir] specify dialect names in doc generation 2022-04-07 16:37:46 +02:00
lib [tosa][mlir] Add dynamic width/height support for depthwise convolution in tosa-to-linalg 2022-04-07 10:50:06 -07:00
python Revert "Added an empty __init__.py file to the MLIR Python bindings" 2022-03-31 20:03:52 +02:00
test [mlir][ods] Fix builder gen for VariadicRegion with inferred types 2022-04-07 18:22:49 +00:00
tools [mlir][ods] Fix builder gen for VariadicRegion with inferred types 2022-04-07 18:22:49 +00:00
unittests [MLIR][Affine][Analysis] Merge FAC and FACV 2022-04-06 03:02:32 +05:30
utils [mlir-vscode] Add better support for multiple workspace folders 2022-04-05 13:41:40 -07: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 CMAKE_INCLUDE_CURRENT_DIR to fix out-of-tree builds 2022-03-19 18:22:09 -05:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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