hanchenye-llvm-project/mlir/docs
Siddharth Bhat 357f2d9ccf [mlir][LangRef] Add top-level production to the MLIR grammar
The LangRef currently lacks a top-level production, leaving the productions attribute-alias-def and type-alias-defunused. Clarify the situation by declaring what is to be parsed by an MLIR parser at the toplevel.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D117668
2022-01-21 17:08:53 +05:30
..
Bindings [mlir] Fix reference to out of date CMake function 2022-01-13 15:26:36 +01:00
Dialects [mlir][OpDSL] Separate `ReduceFn` and `ReduceFnUse`. 2022-01-07 12:51:06 +00:00
Rationale [mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp> 2022-01-18 19:52:44 -08:00
Tools
Tutorials [mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp> 2022-01-18 19:52:44 -08:00
includes/img
BufferDeallocationInternals.md
Bufferization.md [mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp> 2022-01-18 19:52:44 -08:00
CAPI.md
CMakeLists.txt
Canonicalization.md Clarify that fold() can't "erase" an operation in the MLIR Canonicalization doc (NFC) 2022-01-13 18:43:18 +00:00
DataLayout.md
DebugActions.md
DeclarativeRewrites.md
Diagnostics.md
DialectConversion.md
Interfaces.md [mlir][Interfaces] Add a extraSharedClassDeclaration field 2022-01-12 14:12:08 -08:00
LangRef.md [mlir][LangRef] Add top-level production to the MLIR grammar 2022-01-21 17:08:53 +05:30
OpDefinitions.md Add a `qualified` directive to the Op, Attribute, and Type declarative assembly format 2022-01-11 01:30:19 +00:00
PassManagement.md
Passes.md
PatternRewriter.md
Quantization.md
README.txt
SPIRVToLLVMDialectConversion.md
ShapeInference.md
SymbolsAndSymbolTables.md
TargetLLVMIR.md
Traits.md [mlir] Convert OpTrait::FunctionLike to FunctionOpInterface 2022-01-18 20:56:53 -08:00
doxygen-mainpage.dox
doxygen.cfg.in

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.