[Mlir-commits] [mlir] [mlir][complex] Make CPU runner test platform agnostic (PR #85607)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Mar 18 02:33:27 PDT 2024
================
@@ -189,8 +186,8 @@ func.func @entry() {
// CHECK-NEXT: 0
// CHECK-NEXT: 0
(0.0, 0.0), (-1.0, 0.0),
- // CHECK-NEXT: -nan
- // CHECK-NEXT: -nan
----------------
banach-space wrote:
[nit] You could add a note (for our future selves) referring to: https://github.com/llvm/llvm-project/issues/58531. For example:
```
Ignoring the sign of nan as that can't be tested in platform agnostic manner. See: #58531
```
https://github.com/llvm/llvm-project/pull/85607
More information about the Mlir-commits
mailing list