Skip to content

Commit bea0be3

Browse files
Revert "[mlir][Transforms] Dialect conversion: Make materializations optional (llvm#104668)"
This reverts commit d7073c5.
1 parent ac0ef19 commit bea0be3

File tree

5 files changed

+298
-118
lines changed

5 files changed

+298
-118
lines changed

mlir/include/mlir/Transforms/DialectConversion.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,17 +1124,6 @@ struct ConversionConfig {
11241124
// already been modified) and iterators into past IR state cannot be
11251125
// represented at the moment.
11261126
RewriterBase::Listener *listener = nullptr;
1127-
1128-
/// If set to "true", the dialect conversion attempts to build source/target/
1129-
/// argument materializations through the type converter API in lieu of
1130-
/// builtin.unrealized_conversion_cast ops. The conversion process fails if
1131-
/// at least one materialization could not be built.
1132-
///
1133-
/// If set to "false", the dialect conversion does not does not build any
1134-
/// custom materializations and instead inserts
1135-
/// builtin.unrealized_conversion_cast ops to ensure that the resulting IR
1136-
/// is valid.
1137-
bool buildMaterializations = true;
11381127
};
11391128

11401129
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)