File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
mlir/test/Integration/Dialect/Complex/CPU Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
// RUN: -shared-libs=%mlir_c_runner_utils |\
10
10
// RUN: FileCheck %s
11
11
12
- // XFAIL: target=aarch64{{.*}}
13
- // See: https://github.com/llvm/llvm-project/issues/58531
14
-
15
12
func.func @test_unary (%input: tensor <?xcomplex <f32 >>,
16
13
%func: (complex <f32 >) -> complex <f32 >) {
17
14
%c0 = arith.constant 0 : index
@@ -189,8 +186,9 @@ func.func @entry() {
189
186
// CHECK-NEXT: 0
190
187
// CHECK-NEXT: 0
191
188
(0.0 , 0.0 ), (-1.0 , 0.0 ),
192
- // CHECK-NEXT: -nan
193
- // CHECK-NEXT: -nan
189
+ // Ignoring the sign of nan as that can't be tested in platform agnostic manner. See: #58531
190
+ // CHECK-NEXT: nan
191
+ // CHECK-NEXT: nan
194
192
(1.0 , 1.0 ), (1.0 , 1.0 )
195
193
// CHECK-NEXT: 0.273
196
194
// CHECK-NEXT: 0.583
You can’t perform that action at this time.
0 commit comments