[Mlir-commits] [mlir] [MLIR][LLVMIR] Add module flags support (PR #130679)

Tobias Gysi llvmlistbot at llvm.org
Tue Mar 11 01:06:46 PDT 2025


================
@@ -218,6 +218,10 @@ class ModuleImport {
   /// LLVM dialect operation.
   LogicalResult convertLinkerOptionsMetadata();
 
+  /// Converts !llvm.module.flags metadata to the XYZ
+  /// LLVM dialect operation.
----------------
gysit wrote:

```suggestion
  /// Converts !llvm.module.flags metadata.
```
nit: :) 

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


More information about the Mlir-commits mailing list