File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
mlir/lib/Transforms/Utils Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1040,10 +1040,6 @@ struct ConversionPatternRewriterImpl : public RewriterBase::Listener {
1040
1040
DenseMap<UnrealizedConversionCastOp, UnresolvedMaterializationRewrite *>
1041
1041
unresolvedMaterializations;
1042
1042
1043
- // / A set of all N:1 materializations that were added to work around
1044
- // / incomplete 1:N support in the dialect conversion driver.
1045
- DenseSet<UnrealizedConversionCastOp> nTo1TempMaterializations;
1046
-
1047
1043
// / The current type converter, or nullptr if no type converter is currently
1048
1044
// / active.
1049
1045
const TypeConverter *currentTypeConverter = nullptr ;
@@ -1180,7 +1176,6 @@ void UnresolvedMaterializationRewrite::rollback() {
1180
1176
if (!mappedValues.empty ())
1181
1177
rewriterImpl.mapping .erase (mappedValues);
1182
1178
rewriterImpl.unresolvedMaterializations .erase (getOperation ());
1183
- rewriterImpl.nTo1TempMaterializations .erase (getOperation ());
1184
1179
op->erase ();
1185
1180
}
1186
1181
You can’t perform that action at this time.
0 commit comments