[Mlir-commits] [mlir] [MLIR][SCF] Add support for loop pipeline peeling for dynamic loops. (PR #106436)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Sep 3 10:00:32 PDT 2024
================
@@ -764,11 +764,44 @@ func.func @stage_0_value_escape(%A: memref<?xf32>, %result: memref<?xf32>, %ub:
// NOEPILOGUE: memref.load %[[A]][%[[IV3]]] : memref<?xf32>
// NOEPILOGUE: scf.yield %[[V2]], %[[L3]] : f32, f32
-// In case dynamic loop pipelining is off check that the transformation didn't
----------------
pawelszczerbuk wrote:
Do we want to keep a test checking this case (not pipelining when dynamic loop support is turned off?)
https://github.com/llvm/llvm-project/pull/106436
More information about the Mlir-commits
mailing list