[all-commits] [llvm/llvm-project] 619ee2: [mlir] add an example of using transform dialect s...
ftynse via All-commits
all-commits at lists.llvm.org
Wed Feb 28 00:48:27 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 619ee20b3911f9a481a75a64704c80aef16af9d0
https://github.com/llvm/llvm-project/commit/619ee20b3911f9a481a75a64704c80aef16af9d0
Author: Oleksandr "Alex" Zinenko <zinenko at google.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M mlir/examples/CMakeLists.txt
A mlir/examples/transform-opt/CMakeLists.txt
A mlir/examples/transform-opt/README.md
A mlir/examples/transform-opt/mlir-transform-opt.cpp
M mlir/test/CMakeLists.txt
A mlir/test/Examples/transform-opt/empty.mlir
A mlir/test/Examples/transform-opt/external-decl.mlir
A mlir/test/Examples/transform-opt/external-def.mlir
A mlir/test/Examples/transform-opt/pass.mlir
A mlir/test/Examples/transform-opt/self-contained.mlir
A mlir/test/Examples/transform-opt/syntax-error.mlir
M mlir/test/lit.cfg.py
Log Message:
-----------
[mlir] add an example of using transform dialect standalone (#82623)
Transform dialect interpreter is designed to be usable outside of the
pass pipeline, as the main program transformation driver, e.g., for
languages with explicit schedules. Provide an example of such usage with
a couple of tests.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list