[Mlir-commits] [mlir] 575bf33 - [mlir][ArmSME] Remove XFAIL for load-store-128-bit-tile
David Spickett
llvmlistbot at llvm.org
Tue Feb 27 00:47:14 PST 2024
Author: David Spickett
Date: 2024-02-27T08:45:01Z
New Revision: 575bf33a27307e1ff2713f239b81ac5329b40096
URL: https://github.com/llvm/llvm-project/commit/575bf33a27307e1ff2713f239b81ac5329b40096
DIFF: https://github.com/llvm/llvm-project/commit/575bf33a27307e1ff2713f239b81ac5329b40096.diff
LOG: [mlir][ArmSME] Remove XFAIL for load-store-128-bit-tile
https://gitlab.com/qemu-project/qemu/-/issues/1833 was fixed by
https://gitlab.com/qemu-project/qemu/-/commit/4b3520fd93cd49cc56dfcab45d90735cc2e35af7
which was included in v8.1.1.
The buildbot is now using v8.1.3 so the test is passing.
https://lab.llvm.org/buildbot/#/builders/179/builds/9468
Added:
Modified:
mlir/test/Integration/Dialect/Vector/CPU/ArmSME/load-store-128-bit-tile.mlir
Removed:
################################################################################
diff --git a/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/load-store-128-bit-tile.mlir b/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/load-store-128-bit-tile.mlir
index 06b1c107cb2c16..2b8899b6c6fc32 100644
--- a/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/load-store-128-bit-tile.mlir
+++ b/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/load-store-128-bit-tile.mlir
@@ -7,14 +7,6 @@
// RUN: %{compile} | %{run} | FileCheck %s
-/// Note: The SME ST1Q/LD1Q instructions are currently broken in QEMU
-/// see: https://gitlab.com/qemu-project/qemu/-/issues/1833
-/// This test is expected to fail until a fixed version of QEMU can be used.
-
-/// FIXME: Remove the 'XFAIL' below once a fixed QEMU version is available
-/// (and installed on CI buildbot).
-// XFAIL: {{.*}}
-
func.func @print_i8s(%bytes: memref<?xi8>, %len: index) {
%c0 = arith.constant 0 : index
%c16 = arith.constant 16 : index
More information about the Mlir-commits
mailing list