[Mlir-commits] [mlir] [mlir][arith] doc updates for ub semantics, and int representations (PR #72932)
Jakub Kuderski
llvmlistbot at llvm.org
Mon Nov 20 21:34:16 PST 2023
================
@@ -283,7 +289,11 @@ def Arith_SubIOp : Arith_TotalIntBinaryOp<"subi"> {
//===----------------------------------------------------------------------===//
def Arith_MulIOp : Arith_TotalIntBinaryOp<"muli", [Commutative]> {
- let summary = "integer multiplication operation";
+ let summary = [{
+ integer multiplication operation. If an overflow occurs, the result is the
----------------
kuhar wrote:
```suggestion
Integer multiplication operation. If an overflow occurs, the result is the
```
https://github.com/llvm/llvm-project/pull/72932
More information about the Mlir-commits
mailing list