llvm-project/mlir
Chia-hung Duan ed645f6336 [mlir] Support verification order (3/3)
In this CL, update the function name of verifier according to the
behavior. If a verifier needs to access the region then it'll be updated
to `verifyRegions`.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D120373
2022-03-11 01:16:28 +00:00
..
benchmark/python [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
cmake/modules [MLIR] [CMake/Python] Fix ignored Python3_EXECUTABLE 2022-03-10 07:43:43 -08:00
docs [mlir] Support verification order (3/3) 2022-03-11 01:16:28 +00:00
examples [mlir:toy][NFC] Add comment blocks for toy operations. 2022-03-08 16:22:38 -08:00
include [mlir] Support verification order (3/3) 2022-03-11 01:16:28 +00:00
lib [mlir] Support verification order (3/3) 2022-03-11 01:16:28 +00:00
python [mlir][linalg] Add a few unary operations. 2022-03-10 09:38:58 -08:00
test [mlir] Support verification order (3/3) 2022-03-11 01:16:28 +00:00
tools [mlir] Support verification order (3/3) 2022-03-11 01:16:28 +00:00
unittests [MLIR][Presburger] Remove `spaceKind` from PresburgerSpace 2022-03-10 22:20:44 +05:30
utils [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08: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] Add option to control python search priming 2022-03-01 14:52:56 -08:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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