[Mlir-commits] [mlir] [mlir][intrange] Use `nsw`, `nuw` flags in inference (PR #92642)
Ivan Butygin
llvmlistbot at llvm.org
Sat May 18 08:08:01 PDT 2024
================
@@ -19,6 +19,16 @@ using namespace mlir;
using namespace mlir::arith;
using namespace mlir::intrange;
+intrange::OverflowFlags
+convertArithOverflowFlags(arith::IntegerOverflowFlags flags) {
----------------
Hardcode84 wrote:
static
https://github.com/llvm/llvm-project/pull/92642
More information about the Mlir-commits
mailing list