llvm-project/mlir/docs/Tutorials
River Riddle f8479d9de5 [mlir] Set the namespace of the BuiltinDialect to 'builtin'
Historically the builtin dialect has had an empty namespace. This has unfortunately created a very awkward situation, where many utilities either have to special case the empty namespace, or just don't work at all right now. This revision adds a namespace to the builtin dialect, and starts to cleanup some of the utilities to no longer handle empty namespaces. For now, the assembly form of builtin operations does not require the `builtin.` prefix. (This should likely be re-evaluated though)

Differential Revision: https://reviews.llvm.org/D105149
2021-07-28 21:00:10 +00:00
..
Toy [MLIR] Fix documentation of the `ExecutionEngine` in the toy tutorial example 2021-07-13 13:23:43 +02:00
CreatingADialect.md [mlir][doc] Fix links and references in documentation of Tutorials 2021-05-25 20:18:50 +02:00
DataFlowAnalysis.md [mlir] Refactor the forward dataflow propagation in SCCP into a generic framework 2021-04-26 19:39:46 -07:00
DefiningAttributesAndTypes.md [mlir][doc] Fix links and references in documentation of Tutorials 2021-05-25 20:18:50 +02:00
QuickstartRewrites.md [mlir][doc] Fix links and references in documentation of Tutorials 2021-05-25 20:18:50 +02:00
UnderstandingTheIRStructure.md [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
_index.md [mlir] Add tutorial index.md pages 2020-09-21 15:50:48 -07:00