[all-commits] [llvm/llvm-project] 68ae0d: [mlir] add initial chapters of the transform diale...
ftynse via All-commits
all-commits at lists.llvm.org
Tue May 30 08:27:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68ae0d7803e43146b28f94f62357226047af7d9a
https://github.com/llvm/llvm-project/commit/68ae0d7803e43146b28f94f62357226047af7d9a
Author: Alex Zinenko <zinenko at google.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M mlir/docs/Dialects/Transform.md
M mlir/docs/Tutorials/_index.md
A mlir/docs/Tutorials/transform/Ch0.md
A mlir/docs/Tutorials/transform/Ch1.md
A mlir/docs/Tutorials/transform/Ch2.md
A mlir/docs/Tutorials/transform/Ch3.md
A mlir/docs/Tutorials/transform/_index.md
M mlir/examples/CMakeLists.txt
A mlir/examples/transform/CMakeLists.txt
A mlir/examples/transform/Ch2/CMakeLists.txt
A mlir/examples/transform/Ch2/include/CMakeLists.txt
A mlir/examples/transform/Ch2/include/MyExtension.h
A mlir/examples/transform/Ch2/include/MyExtension.td
A mlir/examples/transform/Ch2/lib/CMakeLists.txt
A mlir/examples/transform/Ch2/lib/MyExtension.cpp
A mlir/examples/transform/Ch2/transform-opt/transform-opt.cpp
A mlir/examples/transform/Ch3/CMakeLists.txt
A mlir/examples/transform/Ch3/include/CMakeLists.txt
A mlir/examples/transform/Ch3/include/MyExtension.h
A mlir/examples/transform/Ch3/include/MyExtension.td
A mlir/examples/transform/Ch3/include/MyExtensionTypes.td
A mlir/examples/transform/Ch3/lib/CMakeLists.txt
A mlir/examples/transform/Ch3/lib/MyExtension.cpp
A mlir/examples/transform/Ch3/transform-opt/transform-opt.cpp
A mlir/examples/transform/README.md
M mlir/test/CMakeLists.txt
A mlir/test/Examples/transform/Ch1/invalidation-1.mlir
A mlir/test/Examples/transform/Ch1/invalidation-2.mlir
A mlir/test/Examples/transform/Ch1/sequence.mlir
A mlir/test/Examples/transform/Ch2/invalid.mlir
A mlir/test/Examples/transform/Ch2/ops.mlir
A mlir/test/Examples/transform/Ch2/sequence.mlir
A mlir/test/Examples/transform/Ch3/invalid.mlir
A mlir/test/Examples/transform/Ch3/ops.mlir
A mlir/test/Examples/transform/Ch3/sequence.mlir
M mlir/test/lit.cfg.py
Log Message:
-----------
[mlir] add initial chapters of the transform dialect tutorial
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
More information about the All-commits
mailing list