[Mlir-commits] [flang] [mlir] [mlir][CSE] Introduce hoist-pure-ops logic to CSE pass (PR #180556)

Slava Zakharin llvmlistbot at llvm.org
Wed Feb 25 09:19:24 PST 2026


vzakhari wrote:

Given that LLVM's `gvn-hoist` is doing the same transformation, I would recommend adding an extra option to the CSE pass that would enable such hoisting in top of the current CSE logic.

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


More information about the Mlir-commits mailing list