llvm/mlir
Mehdi Amini ee903a207b Improve error message when creating an op that isn't registered in the context
This prints a more helpful error for folks who aren't intrinsically
familiar with the system.

Differential Revision: https://reviews.llvm.org/D109378
2021-09-07 20:42:30 +00:00
..
cmake/modules [mlir][python] Simplify python extension loading. 2021-09-03 00:43:28 +00:00
docs [MLIR][docs] Clarify language in pass restrictions 2021-09-07 13:40:55 -07:00
examples Change ASM Op printer to print the operation name in the framework instead of leaving it up to each individual operation 2021-08-31 17:52:40 +00:00
include Improve error message when creating an op that isn't registered in the context 2021-09-07 20:42:30 +00:00
lib [mlir] Fix SplatOp lowering to the LLVM dialect 2021-09-07 19:14:28 +02:00
python [mlir][python] Simplify python extension loading. 2021-09-03 00:43:28 +00:00
test [mlir][linalg] linalg.tiled_loop peeling 2021-09-07 09:50:08 +09:00
tools Support alias.scope and noalias metadata lowering on intrinsics. 2021-09-01 16:54:20 +00:00
unittests [mlir][Analysis][NFC] FlatAffineConstraints: Use BoundType enum in functions 2021-08-19 10:33:42 +09:00
utils [vscode-mlir] Add proper support for mlir markdown codeblocks 2021-08-03 19:55:31 +00:00
.clang-format
.clang-tidy
CMakeLists.txt
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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