[Mlir-commits] [mlir] [mlir][scf] Allow different forwarding ordering in uplift (PR #133117)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Mar 27 13:10:40 PDT 2025


================
@@ -100,6 +133,17 @@ FailureOr<scf::ForOp> mlir::scf::upliftWhileToForLoop(RewriterBase &rewriter,
     });
 
   Block *afterBody = loop.getAfterBody();
+  if (argReorder) {
----------------
darkbuck wrote:

You are right. Fixed in the latest revision.

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


More information about the Mlir-commits mailing list