[Mlir-commits] [mlir] [mlir][func]: Introduce ReplaceFuncSignature tranform operation (PR #143381)
Aviad Cohen
llvmlistbot at llvm.org
Mon Jun 16 10:15:52 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
----------------
AviadCo wrote:
Sorry, I misunderstood the comment, I thought you asked about the whole file. I missed that line, fixed.
https://github.com/llvm/llvm-project/pull/143381
More information about the Mlir-commits
mailing list