[all-commits] [llvm/llvm-project] 0c17f4: [mlir][arith] Overflow semantics in documentation ...
Jacob Yu via All-commits
all-commits at lists.llvm.org
Wed Dec 6 22:34:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0c17f436551b4bca46e465fbb0225031c7b63956
https://github.com/llvm/llvm-project/commit/0c17f436551b4bca46e465fbb0225031c7b63956
Author: Jacob Yu <pingshiyu at gmail.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
Log Message:
-----------
[mlir][arith] Overflow semantics in documentation for muli, subi, and addi (#74346)
Following discussions from this RFC:
https://discourse.llvm.org/t/rfc-integer-overflow-semantics
Adding the overflow semantics into the muli, subi and addi arith
operations.
More information about the All-commits
mailing list