[Mlir-commits] [mlir] ActionHandler getter (PR #197230)

Andrei Golubev llvmlistbot at llvm.org
Wed May 13 00:23:54 PDT 2026


================

----------------
andrey-golubev wrote:

i suggest to use "the API" that would be normally called during pass execution, etc.:

```cpp
    ctx.executeAction<DummyAction>(workFn);
```

https://github.com/llvm/llvm-project/pull/197230


More information about the Mlir-commits mailing list