[Mlir-commits] [mlir] [mlir][func]: Introduce ReplaceFuncSignature tranform operation (PR #143381)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Mon Jun 16 02:38:49 PDT 2025


================
@@ -0,0 +1,13 @@
+add_mlir_dialect_library(MLIRFuncUtils
+  Utils.cpp
+
+  ADDITIONAL_HEADER_DIRS
+  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Func/Utils
+
+  LINK_LIBS PUBLIC
+  MLIRFuncDialect
+  MLIRComplexDialect
----------------
ftynse wrote:

You shouldn't need the complex dialect for that. You'll have to debug your linking, it does not make sense to have a dependency from FuncUtils on the complex dialect.

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


More information about the Mlir-commits mailing list