Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DDropUnitDims.cpp374 auto replacementInfo = replaceUnitExtents(genericOp, opOperand, context); in matchAndRewrite() local
375 if (replacementInfo) { in matchAndRewrite()
376 reassociationMaps.push_back(replacementInfo->reassociation); in matchAndRewrite()
377 newIndexingMaps.push_back(replacementInfo->indexMap); in matchAndRewrite()
378 newInputOutputTypes.push_back(replacementInfo->type); in matchAndRewrite()
380 replacementInfo->type != opOperand->get().getType(); in matchAndRewrite()