[Mlir-commits] [mlir] [mlir][Transforms] Dialect conversion: add `originalType` param to materializations (PR #112128)
Markus Böck
llvmlistbot at llvm.org
Sun Oct 13 06:18:06 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> &,
----------------
zero9178 wrote:
Is this an unrelated change?
https://github.com/llvm/llvm-project/pull/112128
More information about the Mlir-commits
mailing list