[Mlir-commits] [mlir] [mlir] Add normalize pass to MLIR (PR #186647)
lonely eagle
llvmlistbot at llvm.org
Sun Mar 15 07:24:24 PDT 2026
================
----------------
linuxlonelyeagle wrote:
Since there is a side-effecting op within the scf.for, we are treating the scf.for itself as having side effects. The goal here is to relocate the step operand (%c1).
%c0 is used by the scf.for op but remains unmoved since it's also a user of memref.dim.
https://github.com/llvm/llvm-project/pull/186647
More information about the Mlir-commits
mailing list