llvm/mlir
Butygin 28ab10f404 [mlir][memref] ReinterpretCast: allow static sizes/strides/offset where affine map expects dynamic
* There is no reason to forbid that case
* Also, user will get very unfriendly error like `expected result type with offset = -9223372036854775808 instead of 1`

Differential Revision: https://reviews.llvm.org/D114678
2021-12-21 16:20:01 +03:00
..
cmake/modules [mlir][ods] AttrOrTypeGen uses Class 2021-12-01 16:53:23 +00:00
docs [mlir][linalg] Remove RangeOp and RangeType. 2021-12-15 07:19:10 +00:00
examples Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
include [mlir][Support] Avoid multiplication in floorDiv / ceilDiv 2021-12-21 11:50:40 +01:00
lib [mlir][memref] ReinterpretCast: allow static sizes/strides/offset where affine map expects dynamic 2021-12-21 16:20:01 +03:00
python [mlir][python] Add fused location 2021-12-11 10:16:13 -08:00
test [mlir][memref] ReinterpretCast: allow static sizes/strides/offset where affine map expects dynamic 2021-12-21 16:20:01 +03:00
tools [mlir][ods] FIx incorrect comments in PassGen (NFC) 2021-12-20 21:14:20 +00:00
unittests [mlir][Support] Avoid multiplication in floorDiv / ceilDiv 2021-12-21 11:50:40 +01:00
utils [mlir][vim] Add comment for markdown highlighting 2021-12-20 08:35:22 -08:00
.clang-format
.clang-tidy
CMakeLists.txt Build MLIR with -Werror=mismatched-tags (NFC) 2021-12-08 05:59:06 +00:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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