llvm/mlir/docs
Jacques Pienaar e4fb75a354 [mlir][ods] Add Deprecate helper
Add method to tag classes/defs as deprecated. Previously deprecations
were only verbally communicated and folks didn't have an active warning
while building about impending removal. Add mechanism to tag defs as
deprecated to allow warning users.

This doesn't change any policy, it just moves deprecation warnings from
comments to something more user visible.

Differential Revision: https://reviews.llvm.org/D122164
2022-03-22 11:08:36 -07:00
..
Bindings [mlir:FunctionOpInterface] Rename the "type" attribute to "function_type" 2022-03-16 17:07:04 -07:00
Dialects [mlir][docs] Fix formatting issue in Dialects/Vector.md. 2022-03-17 16:38:50 +00:00
includes/img
Rationale
Tools
Tutorials [mlir] Rename OpAsmParser::OperandType to OpAsmParser::UnresolvedOperand 2022-03-21 21:42:13 +01:00
AttributesAndTypes.md [mlir] Rewrite and modernize the documentation for defining Attributes/Types 2022-03-15 00:19:52 -07:00
BufferDeallocationInternals.md
Bufferization.md [mlir][bufferize] Update documentation with allow-return-allocs 2022-03-16 23:30:09 +09:00
Canonicalization.md
CAPI.md
CMakeLists.txt
DataLayout.md
DebugActions.md
DeclarativeRewrites.md
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
LangRef.md [mlir] Rewrite and modernize the documentation for defining Attributes/Types 2022-03-15 00:19:52 -07:00
OpDefinitions.md [mlir][ods] Add Deprecate helper 2022-03-22 11:08:36 -07:00
Passes.md [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
PassManagement.md [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
PatternRewriter.md
PDLL.md [mlir:PDL] Remove the ConstantParams support from native Constraints/Rewrites 2022-03-19 13:28:24 -07: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.