[Mlir-commits] [mlir] [mlir][scf] Align `scf.while` `before` block args in canonicalizer (PR #76195)
Matthias Springer
llvmlistbot at llvm.org
Thu Dec 21 18:41:08 PST 2023
================
@@ -3872,14 +3872,89 @@ struct WhileRemoveDuplicatedResults : public OpRewritePattern<WhileOp> {
return success();
}
};
+
+/// If both ranges contain same values return mappping indices from args1 to
----------------
matthias-springer wrote:
Isn't this actually a mapping from `args2` to `args1`?
https://github.com/llvm/llvm-project/pull/76195
More information about the Mlir-commits
mailing list