[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


================
@@ -2155,4 +2155,36 @@ def LLVM_LinkerOptionsOp
   let hasVerifier = 1;
 }
 
+//===--------------------------------------------------------------------===//
+// ModuleFlagsOp
+//===--------------------------------------------------------------------===//
+
+def LLVM_ModuleFlagsOp
----------------
gysit wrote:

Could we add these attributes directly to the module attributes? I assume there would always be just one operation per module?

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


More information about the Mlir-commits mailing list