[all-commits] [llvm/llvm-project] bffec2: [mlir][transform] Add ForeachOp to transform dialect
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jul 26 09:11:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bffec215abbd643ceac83e58caa244ded8cd837c
https://github.com/llvm/llvm-project/commit/bffec215abbd643ceac83e58caa244ded8cd837c
Author: Matthias Springer <springerm at google.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformDialect.td
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/test/Dialect/Transform/ops-invalid.mlir
M mlir/test/Dialect/Transform/ops.mlir
M mlir/test/Dialect/Transform/test-interpreter.mlir
Log Message:
-----------
[mlir][transform] Add ForeachOp to transform dialect
This op "unbatches" an op handle and executes the loop body for each payload op.
Differential Revision: https://reviews.llvm.org/D130257
More information about the All-commits
mailing list