[Mlir-commits] [flang] [mlir] [MLIR] Refactor DCE helper to expose worklist entry-point, and use this helper in CSE (PR #195636)
Hocky Yudhiono
llvmlistbot at llvm.org
Mon May 4 23:48:24 PDT 2026
================
----------------
hockyy wrote:
nit: Let's bind this type to an alias?
```suggestion
public:
using OperationCallback = function_ref<void(Operation *)>;
```
https://github.com/llvm/llvm-project/pull/195636
More information about the Mlir-commits
mailing list