llvm/mlir/docs
Alex Zinenko 09141f1adf [mlir] Split intrinsics out of LLVMOps.td
Move the operations that correspond to LLVM IR intrinsics in a separate .td
file. This makes it easier to maintain the intrinsics and decreases the compile
time of LLVMDialect.cpp by ~25%.

Depends On D123310

Reviewed By: wsmoses, jacquesguan

Differential Revision: https://reviews.llvm.org/D123315
2022-04-14 13:23:31 +02:00
..
Bindings [mlir:FunctionOpInterface] Rename the "type" attribute to "function_type" 2022-03-16 17:07:04 -07:00
Dialects [mlir] Split intrinsics out of LLVMOps.td 2022-04-14 13:23:31 +02:00
includes/img
Rationale
Tools
Tutorials [mlir] Prefix pass manager options with mlir- 2022-04-12 09:32:44 +00:00
AttributesAndTypes.md [mlir][docs] Fix broken links 2022-04-13 16:18:20 +02:00
BufferDeallocationInternals.md
Bufferization.md [mlir][bufferize] Update documentation with allow-return-allocs 2022-03-16 23:30:09 +09:00
Canonicalization.md [mlir:docs] Add proper documentation for defining dialects 2022-04-11 15:05:57 -07:00
CAPI.md
CMakeLists.txt
DataLayout.md
DebugActions.md
DeclarativeRewrites.md
DefiningDialects.md [mlir:docs] Add proper documentation for defining dialects 2022-04-11 15:05:57 -07:00
Diagnostics.md [mlir] Fix dumping invalid ops 2022-03-07 08:32:31 -08:00
DialectConversion.md [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
doxygen-mainpage.dox
doxygen.cfg.in
Interfaces.md Fix grammar and punctuation across several docs; NFC 2022-04-07 07:11:11 -04:00
LangRef.md [MLIR] Add nested symbols into LangRef 2022-04-04 22:06:19 +05:30
OpDefinitions.md [mlir][ods] Remove StrEnumAttr 2022-04-13 17:49:02 +00:00
Passes.md [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
PassManagement.md [mlir] Prefix pass manager options with mlir- 2022-04-12 09:32:44 +00:00
PatternRewriter.md Fix grammar and punctuation across several docs; NFC 2022-04-07 07:11:11 -04:00
PDLL.md Fix grammar and punctuation across several docs; NFC 2022-04-07 07:11:11 -04:00
Quantization.md
README.txt
ShapeInference.md
SPIRVToLLVMDialectConversion.md
SymbolsAndSymbolTables.md [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
TargetLLVMIR.md [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
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.