llvm-project/mlir/docs
Michele Scuttari 29fbe60009 [MLIR] Rename the generic LLVM allocation and deallocation functions
The generic allocation and deallocation instructions, which are optionally used during the MemRef -> LLVM conversion, should have a name that is specifically bound to their origin, that is the conversion pass itself.

Reviewed By: silvas

Differential Revision: https://reviews.llvm.org/D130588
2022-08-02 18:23:14 +00:00
..
Bindings [mlir:FunctionOpInterface] Rename the "type" attribute to "function_type" 2022-03-16 17:07:04 -07:00
Dialects [mlir][spirv] Rename spv.GLSL ops to spv.GL. NFC. 2022-07-21 13:03:30 -04:00
Rationale [mlir][NFC] Update textual references of `func` to `func.func` in examples+python scripts 2022-04-20 22:17:26 -07:00
Tools [mlir:LSP] Add a quickfix code action for inserting expected-* diagnostic checks 2022-07-20 15:43:59 -07:00
Tutorials Revert "[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions" 2022-07-18 18:07:36 +00:00
includes/img [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
AttributesAndTypes.md [mlir] Remove types from attributes 2022-07-31 20:01:31 -04:00
BufferDeallocationInternals.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
Bufferization.md [mlir][bufferize][NFC] Remove BufferizationState 2022-06-17 14:04:11 +02:00
CAPI.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
CMakeLists.txt
Canonicalization.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
DataLayout.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
DebugActions.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
DeclarativeRewrites.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
DefiningDialects.md [mlir][doc] Move documentation of extensible dialects 2022-05-09 16:01:12 -07:00
Diagnostics.md [mlir] Add support for regex within `expected-*` diagnostics 2022-07-11 21:01:30 -07:00
DialectConversion.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
Interfaces.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
LangRef.md [mlir:Parser] Don't use strings for the "ugly" form of Attribute/Type syntax 2022-07-05 16:20:30 -07:00
OpDefinitions.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
PDLL.md [mlir][ods] Make Type- and AttrInterfaces also `Type`s and `Attr`s 2022-07-07 11:54:47 +02:00
PassManagement.md [mlir][docs] Fix pass manager document 2022-07-19 19:52:57 +00:00
Passes.md [mlir][doc] Move pass to passes list and remove redundant doc 2022-06-13 21:01:31 -07:00
PatternRewriter.md [mlir][doc] Fix usage of PatternApplicator. 2022-07-14 09:08:26 +00:00
Quantization.md Fix invalid math formulas in quantization doc 2021-06-01 03:50:59 +00:00
README.txt
SPIRVToLLVMDialectConversion.md [mlir][spirv] Rename spv.GLSL ops to spv.GL. NFC. 2022-07-21 13:03:30 -04:00
ShapeInference.md [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
SymbolsAndSymbolTables.md [mlir][NFC] Update textual references of `func` to `func.func` in examples+python scripts 2022-04-20 22:17:26 -07:00
TargetLLVMIR.md [MLIR] Rename the generic LLVM allocation and deallocation functions 2022-08-02 18:23:14 +00:00
Traits.md [mlir] Support verification order (2/3) 2022-02-25 19:04:56 +00:00
doxygen-mainpage.dox
doxygen.cfg.in [mlir] use dynamic sections in MLIR Doxygen 2022-05-13 11:43:52 +02:00

README.txt

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.