[Mlir-commits] [mlir] [flang] [mlir][TilingInterface] Use `LoopLikeOpInterface` in tiling using SCF to unify tiling with `scf.for` and `scf.forall`. (PR #77874)
Matthias Springer
llvmlistbot at llvm.org
Mon Jan 22 03:04:43 PST 2024
================
@@ -1355,11 +1367,6 @@ void ForallOp::build(
return;
}
bodyBuilderFn(b, result.location, bodyBlock.getArguments());
-#ifndef NDEBUG
----------------
matthias-springer wrote:
Was this dropped on purpose?
https://github.com/llvm/llvm-project/pull/77874
More information about the Mlir-commits
mailing list