[all-commits] [llvm/llvm-project] c43991: [MLIR][Transform] Add attribute in MatchOp to filt...

Pablo Antonio Martinez via All-commits all-commits at lists.llvm.org
Thu Dec 7 00:29:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4399130ae403acf4e6325b8b46a51bb6abf222f
      https://github.com/llvm/llvm-project/commit/c4399130ae403acf4e6325b8b46a51bb6abf222f
  Author: Pablo Antonio Martinez <pablo.antonio.martinez at huawei.com>
  Date:   2023-12-07 (Thu, 07 Dec 2023)

  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

  Log Message:
  -----------
  [MLIR][Transform] Add attribute in MatchOp to filter by operand type (#67994)

This patchs adds the `filter_operand_types` attribute to transform::MatchOp, allowing to filter ops depending on their operand types.




More information about the All-commits mailing list