[Mlir-commits] [mlir] b187215 - Disable MLIR integration test that is failing on a bot, pending a LLVM backend fix

Mehdi Amini llvmlistbot at llvm.org
Tue May 30 00:21:05 PDT 2023


Author: Mehdi Amini
Date: 2023-05-30T00:20:51-07:00
New Revision: b187215a44f764fe91237321b4f17caf9f434894

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

LOG: Disable MLIR integration test that is failing on a bot, pending a LLVM backend fix

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir b/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir
index 579dc86cad55b..400f207f37348 100644
--- a/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir
+++ b/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir
@@ -1,4 +1,6 @@
-// RUN: mlir-opt %s -convert-scf-to-cf -convert-vector-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
+// RUN: mlir-opt %s -convert-scf-to-cf -convert-vector-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts
+// Disable the execution for now because of LLVM backend bug: https://github.com/llvm/llvm-project/issues/62995
+// | \
 // RUN: mlir-cpu-runner -e entry -entry-point-result=void  \
 // RUN:   -shared-libs=%mlir_c_runner_utils | \
 // RUN: FileCheck %s


        


More information about the Mlir-commits mailing list