[Mlir-commits] [mlir] [mlir][arith] Add overflow flags support to arith ops (PR #77211)

Maksim Levental llvmlistbot at llvm.org
Thu Jan 11 12:46:46 PST 2024


================
@@ -133,4 +133,27 @@ def Arith_FastMathAttr :
   let assemblyFormat = "`<` $value `>`";
 }
 
+//===----------------------------------------------------------------------===//
+// IntegerOverflowFlags
----------------
makslevental wrote:

Just need to namespace (by dialect) the generated enum bindings [here](https://github.com/llvm/llvm-project/blob/main/mlir/tools/mlir-tblgen/EnumPythonBindingGen.cpp#L108) and [here](https://github.com/llvm/llvm-project/blob/main/mlir/tools/mlir-tblgen/EnumPythonBindingGen.cpp#L126). Will send a patch soon.

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


More information about the Mlir-commits mailing list