[Mlir-commits] [mlir] [mlir][Transforms] Dialect conversion: add `originalType` param to materializations (PR #112128)

Matthias Springer llvmlistbot at llvm.org
Sun Oct 13 06:58:40 PDT 2024


================
@@ -151,15 +152,7 @@ class TypeConverter {
   ///       existing value are expected to be removed during conversion. If
   ///       `std::nullopt` is returned, the converter is allowed to try another
   ///       conversion function to perform the conversion.
-  ///   * std::optional<LogicalResult>(T, SmallVectorImpl<Type> &,
----------------
matthias-springer wrote:

I just noticed that this overload does not exist anymore.

https://github.com/llvm/llvm-project/pull/112128


More information about the Mlir-commits mailing list