llvm-project/mlir
Lei Zhang a5bfd32c07 [mlir][linalg] Fix crash in tileAndFuseLinalgOpToParallelLoopsAndSetMarker
Instead of using llvm_unreachable to guard against fusing linalg.conv,
reject fusing linalg.conv in isFusableInto.

tileLinalgOpImpl is a templated function now and it can operate on
loop.parellel. So we should avoid calling into getForInductionVarOwner
which always assumes loop.for.

Differential Revision: https://reviews.llvm.org/D78936
2020-04-27 13:21:07 -04:00
..
cmake/modules [MLIR] Fix MLIR_MAIN_[SRC|INCLUDE]_DIR variables 2020-04-12 09:29:07 +03:00
docs [mlir][doc] Add missing ` that breaks rendering 2020-04-27 11:25:32 -04:00
examples [mlir][NFC] Fix typo in the standalone dialect README. 2020-04-21 16:55:04 +02:00
include [MLIR][NFC] Organize the ordering in LLVM.h 2020-04-27 17:05:43 +02:00
lib [mlir][linalg] Fix crash in tileAndFuseLinalgOpToParallelLoopsAndSetMarker 2020-04-27 13:21:07 -04:00
test [mlir][VectorOps] Extend VectorTransfer lowering to n-D memref with minor identity map 2020-04-27 11:20:55 -04:00
tools [MLIR] Propagate input side effect information 2020-04-27 11:35:52 +02:00
unittests [mlir] Optimize operand storage such that all operations can have resizable operand lists 2020-04-26 21:34:01 -07:00
utils [mlir][spirv] NFC: use Optional to replace SPV_Optional 2020-04-13 15:44:06 -04:00
.clang-format
.clang-tidy Fix MLIR clang-tidy: when tweaking it does not inherit from the parent 2020-03-07 17:44:21 +00:00
CMakeLists.txt [MLIR] Fix MLIR_MAIN_[SRC|INCLUDE]_DIR variables 2020-04-12 09:29:07 +03:00
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

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