llvm/mlir/docs
River Riddle 8d67d187ba [mlir][DialectConversion] Refactor how block argument types get converted
This revision removes the TypeConverter parameter passed to the apply* methods, and instead moves the responsibility of region type conversion to patterns. The types of a region can be converted using the 'convertRegionTypes' method, which acts similarly to the existing 'applySignatureConversion'. This method ensures that all blocks within, and including those moved into, a region will have the block argument types converted using the provided converter.

This has the benefit of making more of the legalization logic controlled by patterns, instead of being handled explicitly by the driver. It also opens up the possibility to support multiple type conversions at some point in the future.

This revision also adds a new utility class `FailureOr<T>` that provides a LogicalResult friendly facility for returning a failure or a valid result value.

Differential Revision: https://reviews.llvm.org/D81681
2020-06-18 15:59:22 -07:00
..
Dialects [mlir] Affine symbols: do not expect AffineScope to always exist 2020-06-15 17:55:49 +02:00
includes/img
Rationale
Tutorials [mlir][DialectConversion] Refactor how block argument types get converted 2020-06-18 15:59:22 -07:00
Canonicalization.md
CMakeLists.txt
ConversionToLLVMDialect.md
DeclarativeRewrites.md
Diagnostics.md
DialectConversion.md [mlir][DialectConversion] Refactor how block argument types get converted 2020-06-18 15:59:22 -07:00
doxygen-mainpage.dox
doxygen.cfg.in
EDSC.md
GenericDAGRewriter.md
Interfaces.md
LangRef.md
OpDefinitions.md [mlir] Remove OperandAdaptor 2020-06-15 06:01:31 -07:00
Passes.md Revert "Revert "[MLIR] Lower shape.num_elements -> shape.reduce."" 2020-06-08 12:19:54 +02:00
PassManagement.md
Quantization.md
README.txt
ShapeInference.md
SymbolsAndSymbolTables.md
Traits.md [mlir] NFC: Fix link in traits documentation 2020-06-18 11:58:07 +02:00

MLIR documentation
==================

Please note mlir.llvm.org is where MLIR's rendered documentation is displayed.
The viewing experience on GitHub or elsewhere may not match those of the
website. For any changes please verify instead that they work on the main
website first.

See https://github.com/llvm/mlir-www for the website generation information.