[Mlir-commits] [mlir] [mlir][arith] Match folding of `arith.remf` to `llvm.frem` semantics (PR #96537)

Jakub Kuderski llvmlistbot at llvm.org
Tue Jun 25 06:50:08 PDT 2024


================
@@ -2465,9 +2465,10 @@ func.func @test_remsi_1(%arg : vector<4xi32>) -> (vector<4xi32>) {
 }
 
 // -----
+// llvm.frem: "The remainder has the same sign as the dividend"
----------------
kuhar wrote:

```suggestion
```

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


More information about the Mlir-commits mailing list