We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ae09e commit 0f111a1Copy full SHA for 0f111a1
mlir/test/Integration/Dialect/Complex/CPU/correctness.mlir
@@ -9,9 +9,6 @@
9
// RUN: -shared-libs=%mlir_c_runner_utils |\
10
// RUN: FileCheck %s
11
12
-// XFAIL: target=aarch64{{.*}}
13
-// See: https://github.com/llvm/llvm-project/issues/58531
14
-
15
func.func @test_unary(%input: tensor<?xcomplex<f32>>,
16
%func: (complex<f32>) -> complex<f32>) {
17
%c0 = arith.constant 0 : index
@@ -189,8 +186,8 @@ func.func @entry() {
189
186
// CHECK-NEXT: 0
190
187
191
188
(0.0, 0.0), (-1.0, 0.0),
192
- // CHECK-NEXT: -nan
193
+ // CHECK-NEXT: nan
194
(1.0, 1.0), (1.0, 1.0)
195
// CHECK-NEXT: 0.273
196
// CHECK-NEXT: 0.583
0 commit comments