[Mlir-commits] [mlir] [mlir][LLVM] Add exact flag (PR #115327)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Nov 8 01:20:36 PST 2024
=?utf-8?q?Léon?= Frenot <leon.frenot at ens-lyon.fr>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/115327 at github.com>
================
@@ -76,6 +76,24 @@ class LLVM_IntArithmeticOpWithOverflowFlag<string mnemonic, string instName,
"$res = builder.Create" # instName #
"($lhs, $rhs, /*Name=*/\"\", op.hasNoUnsignedWrap(), op.hasNoSignedWrap());";
}
+class LLVM_IntArithmeticOpWithIsExact<string mnemonic, string instName,
----------------
lfrenot wrote:
Done!
https://github.com/llvm/llvm-project/pull/115327
More information about the Mlir-commits
mailing list