llvm-project/mlir/g3doc
Chris Lattner 5246bceee0 Now that ConstOpPointer is gone, we can change the various methods generated by
tblgen be non-const.  This requires introducing some const_cast's at the
moment, but those (and lots more stuff) will disappear in subsequent patches.

This significantly simplifies those patches because the various tblgen op emitters
get adjusted.

PiperOrigin-RevId: 239954566
2019-03-29 17:33:45 -07:00
..
Dialects Cleanups in the LLVM IR Dialect 2019-03-29 17:05:05 -07:00
includes MLIR graph rewrite using pattern quickstart doc. 2019-03-29 16:14:35 -07:00
Canonicalization.md NFC: Rename affine_apply to affine.apply. This is the first step to adding a namespace to the affine dialect. 2019-03-29 16:17:29 -07:00
ConversionToLLVMDialect.md Unboxing for static memrefs. 2019-03-29 16:43:20 -07:00
GenericDAGRewriter.md Spelling: bugpone -> bug-prone 2019-03-29 15:02:25 -07:00
LangRef.md Add support for a standard TupleType. Though this is a standard type, it merely provides a common mechanism for representing tuples in MLIR. It is up to dialect authors to provides operations for manipulating them, e.g. extract_tuple_element. 2019-03-29 17:25:09 -07:00
MLIRForGraphAlgorithms.md Update link 2019-03-29 16:06:14 -07:00
OpDefinitions.md Merge OpProperty and Traits into OpTrait 2019-03-29 16:09:03 -07:00
Passes.md Update / cleanup pass documentation + Langref alloc examples 2019-03-29 16:36:10 -07:00
QuickstartRewrites.md Now that ConstOpPointer is gone, we can change the various methods generated by 2019-03-29 17:33:45 -07:00
Rationale.md Add support for a standard TupleType. Though this is a standard type, it merely provides a common mechanism for representing tuples in MLIR. It is up to dialect authors to provides operations for manipulating them, e.g. extract_tuple_element. 2019-03-29 17:25:09 -07:00
RationaleSimplifiedPolyhedralForm.md Automated rollback of changelist 232728977. 2019-03-29 16:21:38 -07:00
UsageOfConst.md Move to new `const` model, part 1: remove ConstOpPointer. 2019-03-29 17:26:56 -07:00
WritingAPass.md Give PassInstrumentor a SmartMutex to lock access to the held instrumentations. 2019-03-29 17:23:53 -07:00