Home
last modified time | relevance | path

Searched refs:candidateSliceOp (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DTileUsingInterface.cpp416 tensor::ExtractSliceOp candidateSliceOp = candidates.front(); in returningMatchAndRewrite() local
422 getFusableProducer(candidateSliceOp.getSource()); in returningMatchAndRewrite()
427 rewriter.setInsertionPoint(candidateSliceOp); in returningMatchAndRewrite()
429 tensor::replaceExtractSliceWithTiledProducer(rewriter, candidateSliceOp, in returningMatchAndRewrite()
433 rewriter.replaceOp(candidateSliceOp, fusedProducerValue.value()); in returningMatchAndRewrite()