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

Ivan Butygin llvmlistbot at llvm.org
Thu Jan 11 15:18:32 PST 2024


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

Reverted for now

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


More information about the Mlir-commits mailing list