llvm-project/mlir/g3doc
Chintan Kaur 92c485a3b8 Fix minor typos and add missing syntax in the documentation.
PiperOrigin-RevId: 264281501
2019-08-19 17:29:53 -07:00
..
Dialects Fix minor typos in the documentation 2019-08-16 11:00:58 -07:00
Tutorials Change from llvm::make_unique to std::make_unique 2019-08-17 11:06:03 -07:00
includes MLIR graph rewrite using pattern quickstart doc. 2019-03-29 16:14:35 -07:00
Canonicalization.md Replace the implementation of Function and Module with FuncOp and ModuleOp. 2019-07-03 14:37:18 -07:00
ConversionToLLVMDialect.md Add lowering of vector dialect to LLVM dialect. 2019-08-12 04:08:57 -07:00
DefiningAttributesAndTypes.md Add an example of accessing the impl storage to the 'DefiningAttributesAndTypes' document. 2019-06-01 20:07:51 -07:00
DeveloperGuide.md Add an initial TestingGuide document to describe testing in MLIR. 2019-07-19 11:38:31 -07:00
Diagnostics.md Fix typos 2019-07-13 05:56:05 -07:00
DialectConversion.md Add a DialectConversion document detailing the conversion infrastructure. 2019-08-19 17:01:46 -07:00
GenericDAGRewriter.md Replace usages of instruction with operation in the g3 documents. 2019-03-29 17:56:57 -07:00
Interfaces.md Add support for Operation interfaces. 2019-08-19 12:44:14 -07:00
LangRef.md Fix minor typos and add missing syntax in the documentation. 2019-08-19 17:29:53 -07:00
MLIRForGraphAlgorithms.md Rename -verify mlir-opt flag to -verify-expected-diagnostics 2019-06-19 23:08:03 -07:00
OpDefinitions.md docs: minor spelling tweaks 2019-07-02 16:43:02 -07:00
Passes.md Prepend an "affine-" prefix to Affine pass option names - NFC 2019-05-06 08:26:44 -07:00
Quantization.md Bring naming of some quant ops in alignment with docs and introduce a few necessary additional ops (stats_ref, stats, coupled_ref). 2019-04-18 11:49:14 -07:00
QuickstartRewrites.md Unify the 'constantFold' and 'fold' hooks on an operation into just 'fold'. This new unified fold hook will take constant attributes as operands, and may return an existing 'Value *' or a constant 'Attribute' when folding. This removes the awkward situation where a simple canonicalization like "sub(x,x)->0" had to be written as a canonicalization pattern as opposed to a fold. 2019-05-20 13:44:24 -07:00
Rationale.md Update typo 2019-08-12 08:33:35 -07:00
RationaleSimplifiedPolyhedralForm.md docs: minor spelling tweaks 2019-07-02 16:43:02 -07:00
TestingGuide.md Add an initial TestingGuide document to describe testing in MLIR. 2019-07-19 11:38:31 -07:00
UsageOfConst.md Replace usages of instruction with operation in the g3 documents. 2019-03-29 17:56:57 -07:00
WritingAPass.md NFC: Refactor the PassInstrumentation framework to operate on Operation instead of llvm::Any. 2019-08-16 17:59:37 -07:00