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 {
10401040 DenseMap<UnrealizedConversionCastOp, UnresolvedMaterializationRewrite *>
10411041 unresolvedMaterializations;
10421042
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-
10471043 // / The current type converter, or nullptr if no type converter is currently
10481044 // / active.
10491045 const TypeConverter *currentTypeConverter = nullptr ;
@@ -1180,7 +1176,6 @@ void UnresolvedMaterializationRewrite::rollback() {
11801176 if (!mappedValues.empty ())
11811177 rewriterImpl.mapping .erase (mappedValues);
11821178 rewriterImpl.unresolvedMaterializations .erase (getOperation ());
1183- rewriterImpl.nTo1TempMaterializations .erase (getOperation ());
11841179 op->erase ();
11851180}
11861181
You can’t perform that action at this time.
0 commit comments