[all-commits] [llvm/llvm-project] 3964d9: [mlir] transform.structured.match fix tilingIface ...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Sep 5 09:02:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3964d943ece15093f5e1691c98b2631389f586ce
https://github.com/llvm/llvm-project/commit/3964d943ece15093f5e1691c98b2631389f586ce
Author: Oleksandr "Alex" Zinenko <zinenko at google.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/test/Dialect/Linalg/transform-op-match.mlir
Log Message:
-----------
[mlir] transform.structured.match fix tilingIface condition (#65337)
The matching condition for payload ops implementing TilingInterface was
inverted. Fix it and add a test.
More information about the All-commits
mailing list