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

Jacques Pienaar llvmlistbot at llvm.org
Fri Jan 12 20:52:54 PST 2024


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

Independent of Maks upcoming change, it's good to "textually namespace" TableGen side too. That's the common case, but I see unfortunately only documented such for ops and here you were being consistent with how fast math flags were defined. (This reminds me of the ODS linter again).

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


More information about the Mlir-commits mailing list