llvm/mlir/docs
gysit e9085d0d25 [mlir][OpDSL] Rename function to make signedness explicit (NFC).
The revision renames the following OpDSL functions:
```
TypeFn.cast -> TypeFn.cast_signed
BinaryFn.min -> BinaryFn.min_signed
BinaryFn.max -> BinaryFn.max_signed
```
The corresponding enum values on the C++ side are renamed accordingly:
```
#linalg.type_fn<cast> -> #linalg.type_fn<cast_signed>
#linalg.binary_fn<min> -> #linalg.binary_fn<min_signed>
#linalg.binary_fn<max> -> #linalg.binary_fn<max_signed>
```

Depends On D120110

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D120562
2022-03-01 08:15:53 +00:00
..
Bindings [mlir] Document creation of Python bindings for a dialect 2022-02-24 14:18:56 +01:00
Dialects [mlir][OpDSL] Rename function to make signedness explicit (NFC). 2022-03-01 08:15:53 +00:00
includes/img [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
Rationale [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
Tools
Tutorials [mlir][ods] Default-valued parameters in attribute or type defs 2022-02-15 19:02:11 +00:00
BufferDeallocationInternals.md [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
Bufferization.md [mlir] Move SelectOp from Standard to Arithmetic 2022-02-02 14:45:12 -08:00
Canonicalization.md
CAPI.md
CMakeLists.txt
DataLayout.md
DebugActions.md
DeclarativeRewrites.md
Diagnostics.md [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
DialectConversion.md [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
doxygen-mainpage.dox
doxygen.cfg.in
Interfaces.md [mlir] Add isa/dyn_cast support for dialect interfaces 2022-01-31 19:24:34 -08:00
LangRef.md [MLIR] add entry block to MLIR grammar. 2022-02-17 15:40:43 +05:30
OpDefinitions.md [mlir] Support verification order (2/3) 2022-02-25 19:04:56 +00:00
Passes.md [mlir][doc] Add passes docs to Passes.md 2022-02-16 15:42:20 -08:00
PassManagement.md
PatternRewriter.md [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
Quantization.md
README.txt
ShapeInference.md
SPIRVToLLVMDialectConversion.md
SymbolsAndSymbolTables.md
TargetLLVMIR.md
Traits.md [mlir] Support verification order (2/3) 2022-02-25 19:04:56 +00: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.