llvm-project/mlir
Alex Zinenko 842d243508 [mlir] forward data layout query to scoping op in absence of specification
Even if the layout specification is missing from an op that supports it, the op
is still expected to provide meaningful responses to data layout queries.
Forward them to the op instead of directly calling the default implementation.

Depends On D98524

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D98525
2021-03-24 15:13:41 +01:00
..
cmake/modules [mlir][python] Reorganize MLIR python into namespace packages. 2021-03-08 23:01:34 -08:00
docs [mlir] provide a version of data layout size hooks in bits 2021-03-24 15:13:40 +01:00
examples [PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatternSet and insert -> add. NFC 2021-03-22 17:20:50 -07:00
include [mlir] provide a version of data layout size hooks in bits 2021-03-24 15:13:40 +01:00
lib [mlir] forward data layout query to scoping op in absence of specification 2021-03-24 15:13:41 +01:00
test [mlir] provide a version of data layout size hooks in bits 2021-03-24 15:13:40 +01:00
tools Add a mechanism for Dialects to provide a fallback for OpInterface 2021-03-24 08:41:40 +00:00
unittests [mlir] forward data layout query to scoping op in absence of specification 2021-03-24 15:13:41 +01:00
utils [mlir] Add simple jupyter kernel 2021-02-21 18:16:06 -08: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 [CMake] Require python 3.6 if enabling LLVM test targets 2021-03-15 09:50:39 -07:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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