Files
clang-p2996/mlir/examples/transform
Alex Zinenko e2b19ef6ac [mlir] mark libraries in mlir/examples as such
LLVM build system separates between `add_llvm_example_library` and
`add_llvm_library`, which is presumably used to package examples
separately from the regular library. Introduce a similar approach to
building example libraries in MLIR and use it for the transform dialect
tutorial.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D153265
2023-06-20 13:02:42 +02:00
..

Transform Dialect Tutorial is available at https://mlir.llvm.org/docs/Tutorials/transform.

Test files are located under mlir/test/Examples/Transform.