[Mlir-commits] [mlir] [mlir][LLVMIR] Add IFuncOp to LLVM dialect (PR #147697)

Tobias Gysi llvmlistbot at llvm.org
Wed Jul 9 12:50:22 PDT 2025


================
@@ -320,6 +323,8 @@ class ModuleImport {
   /// Converts an LLVM global alias variable into an MLIR LLVM dialect alias
   /// operation if a conversion exists. Otherwise, returns failure.
   LogicalResult convertAlias(llvm::GlobalAlias *alias);
+  // Converts an LLVM global ifunc into an MLIR LLVM diaeclt ifunc operation
----------------
gysit wrote:

```suggestion
  // Converts an LLVM global ifunc into an MLIR LLVM dialect ifunc operation.
```

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


More information about the Mlir-commits mailing list