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

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Wed Jan 17 01:58:13 PST 2024


================
@@ -169,4 +169,17 @@ def MakeLoopIndependentOp
   }];
 }
 
+def TypeConversionCastOp : Op<Transform_Dialect,
----------------
ftynse wrote:

This could use a name that is more descriptive of what is actually done as a conversion.

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


More information about the Mlir-commits mailing list