[Mlir-commits] [mlir] [MLIR][SCF] Fix normalizeForallOp helper function (PR #138615)

Colin De Vlieghere llvmlistbot at llvm.org
Wed May 7 12:16:28 PDT 2025


Cubevoid wrote:

I realized that the previous code was also incorrect because I forgot to update the induction variable users in the loops. Now I added a call to `denormalizeInductionVariable` to update the users, and the unit test checks that the IV user no longer points to the normalized IV.

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


More information about the Mlir-commits mailing list