[Mlir-commits] [mlir] [mlir][transform] Add an op for replacing values with function calls (PR #78398)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Jan 19 05:30:06 PST 2024


================
@@ -284,8 +284,8 @@ def TypeConverterBuilderOpInterface
     : OpInterface<"TypeConverterBuilderOpInterface"> {
   let description = [{
     This interface should be implemented by ops that specify a type converter
-    for a dialect conversion. Such ops can be used with
-    "apply_conversion_patterns".
+    for a dialect conversion, or to populate a type converter with
+    conversions. Such ops can be used with "apply_conversion_patterns".
----------------
ftynse wrote:

Nit: please provide some explanation as to when to implement each of the methods.

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


More information about the Mlir-commits mailing list