[all-commits] [llvm/llvm-project] 98341d: [mlir][Transform] Add a transform.match.operation_...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Oct 6 00:25:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98341df0531a087b6ee28529e899f32fd19f6703
https://github.com/llvm/llvm-project/commit/98341df0531a087b6ee28529e899f32fd19f6703
Author: Nicolas Vasilache <nicolasvasilache at users.noreply.github.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/MatchInterfaces.h
M mlir/include/mlir/Dialect/Transform/IR/MatchInterfaces.td
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/test-interpreter.mlir
Log Message:
-----------
[mlir][Transform] Add a transform.match.operation_empty op to allow s… (#68319)
…pecifying negative conditions
In the process, get_parent_op gains an attribute to allow it to return
empty handles explicitly and still succeed.
More information about the All-commits
mailing list