[Mlir-commits] [mlir] [NFC] Simplify the tiling implementation using cloning. (PR #72178)
lorenzo chelini
llvmlistbot at llvm.org
Tue Nov 14 01:16:12 PST 2023
================
@@ -317,10 +284,6 @@ mlir::scf::tileUsingSCFForOp(RewriterBase &rewriter, TilingInterface op,
// 1. Get the range of the loops that are represented by the operation.
SmallVector<Range> iterationDomain = op.getIterationDomain(rewriter);
size_t numLoops = iterationDomain.size();
- if (numLoops == 0) {
----------------
chelini wrote:
why did you remove it?
https://github.com/llvm/llvm-project/pull/72178
More information about the Mlir-commits
mailing list