Skip to content

Commit 2c4d103

Browse files
committed
Use VectorType for oldResultType
1 parent 95961c0 commit 2c4d103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ struct VectorInterleaveOpConvert final
593593
}
594594

595595
// Check the result vector type
596-
auto oldResultType = interleaveOp.getResultVectorType();
596+
VectorType oldResultType = interleaveOp.getResultVectorType();
597597
Type newResultType = getTypeConverter()->convertType(oldResultType);
598598
if (!newResultType)
599599
return rewriter.notifyMatchFailure(interleaveOp,

0 commit comments

Comments
 (0)