[Mlir-commits] [mlir] [mlir][LLVMIR] Add IFuncOp to LLVM dialect (PR #147697)
Tobias Gysi
llvmlistbot at llvm.org
Fri Jul 11 12:13:01 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 dialect ifunc operation
----------------
gysit wrote:
```suggestion
// Converts an LLVM global ifunc into an MLIR LLVM dialect ifunc operation.
```
nit: missing dot
https://github.com/llvm/llvm-project/pull/147697
More information about the Mlir-commits
mailing list