[Mlir-commits] [mlir] [mlir][LLVM] Add exact flag (PR #115327)
Tobias Gysi
llvmlistbot at llvm.org
Thu Nov 7 10:19:23 PST 2024
================
@@ -49,6 +49,16 @@ func.func @ops(%arg0: i32, %arg1: f32,
%mul_flag = llvm.mul %arg0, %arg0 overflow<nsw, nuw> : i32
%shl_flag = llvm.shl %arg0, %arg0 overflow<nuw, nsw> : i32
+// Integer exact
----------------
gysit wrote:
```suggestion
// Integer exact flag.
```
ultra nit:
https://github.com/llvm/llvm-project/pull/115327
More information about the Mlir-commits
mailing list