[Mlir-commits] [mlir] 9932461 - [mlir][aarch64] XFAIL correctness.mlir

Andrzej Warzynski llvmlistbot at llvm.org
Fri Oct 28 03:01:36 PDT 2022


Author: Andrzej Warzynski
Date: 2022-10-28T10:01:01Z
New Revision: 99324611f3c2ee65d85b65ce2b03c7d40bf94d10

URL: https://github.com/llvm/llvm-project/commit/99324611f3c2ee65d85b65ce2b03c7d40bf94d10
DIFF: https://github.com/llvm/llvm-project/commit/99324611f3c2ee65d85b65ce2b03c7d40bf94d10.diff

LOG: [mlir][aarch64] XFAIL correctness.mlir

There are some discrepancies between the expected and the generated
output on AArch64 for this test. I reported these on GitHub:
  * https://github.com/llvm/llvm-project/issues/58531
I'm XFAILing this test as a temporary measure while this is being
investigated.

Differential Revision: https://reviews.llvm.org/D136458

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/Complex/CPU/correctness.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/Complex/CPU/correctness.mlir b/mlir/test/Integration/Dialect/Complex/CPU/correctness.mlir
index 03e03b40450a1..db2c4c6297259 100644
--- a/mlir/test/Integration/Dialect/Complex/CPU/correctness.mlir
+++ b/mlir/test/Integration/Dialect/Complex/CPU/correctness.mlir
@@ -9,6 +9,9 @@
 // RUN:  -shared-libs=%mlir_lib_dir/libmlir_c_runner_utils%shlibext |\
 // RUN: FileCheck %s
 
+// XFAIL: aarch64
+// See: https://github.com/llvm/llvm-project/issues/58531
+
 func.func @test_unary(%input: tensor<?xcomplex<f32>>,
                       %func: (complex<f32>) -> complex<f32>) {
   %c0 = arith.constant 0 : index


        


More information about the Mlir-commits mailing list