llvm-project/mlir
Butygin 82c1fb5750 [mlir] Fix invalid handling of AllocOp symbolOperands by SimplifyAllocConst.
symbolOperands were completely ignored by SimplifyAllocConst. Also, slightly improved diagnostic message for verifyAllocLikeOp.

Differential Revision: https://reviews.llvm.org/D104260
2021-06-22 15:39:53 +03:00
..
cmake/modules [MLIR] Make MLIR cmake variable names consistent 2021-05-24 08:43:10 +05:30
docs [mlir] Add support to SourceMgrDiagnosticHandler for filtering FileLineColLocs 2021-06-18 21:12:28 +00:00
examples [MLIR][NFC] Rename MemRefDataFlow -> AffineScalarReplacement 2021-06-14 17:52:53 +05:30
include [mlir][memref] Add memref.copy operation 2021-06-22 13:21:44 +02:00
lib [mlir] Fix invalid handling of AllocOp symbolOperands by SimplifyAllocConst. 2021-06-22 15:39:53 +03:00
python [mlir][linalg] Adapt FillOp to use a scalar operand. 2021-06-22 06:44:52 +00:00
test [mlir] Fix invalid handling of AllocOp symbolOperands by SimplifyAllocConst. 2021-06-22 15:39:53 +03:00
tools [mlir][ODS] Fix copy ctor for generate Pass classes 2021-06-21 14:07:31 +03:00
unittests [mlir][ODS] Fix copy ctor for generate Pass classes 2021-06-21 14:07:31 +03:00
utils [MLIR] Introduce scf.execute_region op 2021-06-18 15:22:33 +05:30
.clang-format
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
CMakeLists.txt [MLIR] Drop old cmake var names 2021-05-24 15:30:01 +05:30
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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