[Mlir-commits] [mlir] [mlir] Add normalize pass to MLIR (PR #186647)

Renato Golin llvmlistbot at llvm.org
Sun Mar 15 06:18:26 PDT 2026


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

----------------
rengolin wrote:

This is not a reasonable generic transformation, as it's undoing LICM. If you want to move operations across different regions, I'd suggest an extra flag to allow that.

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


More information about the Mlir-commits mailing list