[Mlir-commits] [mlir] [mlir][arith] Add overflow flags to `arith.trunci` (PR #144863)
Matthias Springer
llvmlistbot at llvm.org
Fri Jun 20 01:55:29 PDT 2025
================
@@ -1271,25 +1271,49 @@ def Arith_ScalingExtFOp
// TruncIOp
//===----------------------------------------------------------------------===//
-def Arith_TruncIOp : Arith_IToICastOp<"trunci"> {
+def Arith_TruncIOp : Op<Arith_Dialect, "trunci",
----------------
matthias-springer wrote:
No, that was by accident. Sending a fix...
https://github.com/llvm/llvm-project/pull/144863
More information about the Mlir-commits
mailing list