[Mlir-commits] [mlir] [mlir][LLVM] Add exact flag (PR #115327)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Nov 8 01:20:39 PST 2024


=?utf-8?q?L=C3=A9on?= Frenot <leon.frenot at ens-lyon.fr>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/115327 at github.com>


================
@@ -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
----------------
lfrenot wrote:

Done!

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


More information about the Mlir-commits mailing list