[Mlir-commits] [mlir] [mlir][scf] Align `scf.while` `before` block args in canonicalizer (PR #76195)

Ivan Butygin llvmlistbot at llvm.org
Sat Mar 30 06:48:49 PDT 2024


================
@@ -3872,14 +3872,89 @@ struct WhileRemoveDuplicatedResults : public OpRewritePattern<WhileOp> {
     return success();
   }
 };
+
+/// If both ranges contain same values return mappping indices from args1 to
----------------
Hardcode84 wrote:

fixed

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


More information about the Mlir-commits mailing list