llvm/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
_index.md
CreatingADialect.md
DataFlowAnalysis.md
DefiningAttributesAndTypes.md
QuickstartRewrites.md
UnderstandingTheIRStructure.md [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00