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 ab5f5c1 commit 7f16253Copy full SHA for 7f16253
mlir/include/mlir/Transforms/DialectConversion.h
@@ -1147,7 +1147,7 @@ struct ConversionConfig {
1147
/// folded away.
1148
void reconcileUnrealizedCasts(
1149
ArrayRef<UnrealizedConversionCastOp> castOps,
1150
- SmallVector<UnrealizedConversionCastOp> *remainingCastOps = nullptr);
+ SmallVectorImpl<UnrealizedConversionCastOp> *remainingCastOps = nullptr);
1151
1152
//===----------------------------------------------------------------------===//
1153
// Op Conversion Entry Points
0 commit comments