[all-commits] [llvm/llvm-project] 0581ab: [mlir][linalg][transform] Support matching of attr...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Aug 12 05:55:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0581ab65ea049069faaa103226948f033fb3fda6
https://github.com/llvm/llvm-project/commit/0581ab65ea049069faaa103226948f033fb3fda6
Author: Matthias Springer <springerm at google.com>
Date: 2022-08-12 (Fri, 12 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/test/Dialect/Linalg/transform-op-match.mlir
M mlir/test/Dialect/Linalg/transform-tile-and-fuse.mlir
Log Message:
-----------
[mlir][linalg][transform] Support matching of attributes (and their values)
Do not just check if an attribute exists on the payload op. Also check its value.
Differential Revision: https://reviews.llvm.org/D131760
More information about the All-commits
mailing list