[Mlir-commits] [mlir] [mlir][func]: Introduce ReplaceFuncSignature tranform operation (PR #143381)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Tue Jun 10 13:47:31 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:
Why do we need this?
https://github.com/llvm/llvm-project/pull/143381
More information about the Mlir-commits
mailing list