mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 05:46:06 +00:00

The transform dialect has been around for a while and is sufficiently stable at this point. Add the first three chapters of the tutorial describing its usage and extension. Reviewed By: springerm Differential Revision: https://reviews.llvm.org/D151491
250 B
250 B
Tutorials
This section contains multiple MLIR tutorials. See Toy tutorial for an introduction to using MLIR infrastructure. See Transform dialect tutorial for an introduction to using and extending of MLIR's Transform dialect.