[Mlir-commits] [mlir] [mlir] introduce transform.num_associations (PR #76723)
Quinn Dawkins
llvmlistbot at llvm.org
Tue Jan 2 07:36:39 PST 2024
https://github.com/qedawkins approved this pull request.
Is it worth adding a verifier that the result type is either `param<i64>` or `any_param`? Right now this lets users write
```mlir
%p = transform.num_associations %op : (!transform.any_op) -> !transform.param<i32>
```
which will fail during application.
https://github.com/llvm/llvm-project/pull/76723
More information about the Mlir-commits
mailing list