[all-commits] [llvm/llvm-project] c17735: [mlir] transform.structured.match loop-like flag (...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Sep 5 08:56:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c17735053b22a83a9d0d727775da9339d260ac7d
https://github.com/llvm/llvm-project/commit/c17735053b22a83a9d0d727775da9339d260ac7d
Author: Oleksandr "Alex" Zinenko <zinenko at google.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformEnums.td
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/test/Dialect/Linalg/transform-op-match.mlir
Log Message:
-----------
[mlir] transform.structured.match loop-like flag (#65336)
Add an enum option to `transform.structured.match` operation to match
payload operations implementing LoopLikeOpInterface.
More information about the All-commits
mailing list