Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferPermutationMapRewritePatterns.cpp81 SmallVector<int64_t> newVectorShape(originalShape.size()); in matchAndRewrite() local
83 newVectorShape[pos.value()] = originalShape[pos.index()]; in matchAndRewrite()
114 VectorType::get(newVectorShape, op.getVectorType().getElementType()); in matchAndRewrite()