We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff747a commit e6eb044Copy full SHA for e6eb044
mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
@@ -593,7 +593,7 @@ struct VectorInterleaveOpConvert final
593
}
594
595
// Check the result vector type
596
- auto oldResultType = interleaveOp.getResultVectorType();
+ VectorType oldResultType = interleaveOp.getResultVectorType();
597
Type newResultType = getTypeConverter()->convertType(oldResultType);
598
if (!newResultType)
599
return rewriter.notifyMatchFailure(interleaveOp,
0 commit comments