[Mlir-commits] [mlir] [mlir][arith] Add division integration tests (PR #98181)

Jakub Kuderski llvmlistbot at llvm.org
Sun Aug 25 11:04:02 PDT 2024


================
@@ -0,0 +1,193 @@
+// Tests division operations and their variants (e.g. ceil/floordiv, rem etc)
----------------
kuhar wrote:

nit
```suggestion
// Tests division operations and their variants (e.g., ceil/floordiv, rem, etc.)
```

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


More information about the Mlir-commits mailing list