[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:07 PDT 2024


================
@@ -1133,6 +1133,10 @@ def Arith_DivFOp : Arith_FloatBinaryOp<"divf"> {
 
 def Arith_RemFOp : Arith_FloatBinaryOp<"remf"> {
   let summary = "floating point division remainder operation";
+  let description = [{
+    The `arith.remf` operation returns the floating point division remainder.
----------------
kuhar wrote:

```suggestion
    Returns the floating point division remainder.
```

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


More information about the Mlir-commits mailing list