Skip to content

Commit 575bf33

Browse files
committed
[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
1 parent 512a8a7 commit 575bf33

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mlir/test/Integration/Dialect/Vector/CPU/ArmSME/load-store-128-bit-tile.mlir

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
// RUN: %{compile} | %{run} | FileCheck %s
99

10-
/// Note: The SME ST1Q/LD1Q instructions are currently broken in QEMU
11-
/// see: https://gitlab.com/qemu-project/qemu/-/issues/1833
12-
/// This test is expected to fail until a fixed version of QEMU can be used.
13-
14-
/// FIXME: Remove the 'XFAIL' below once a fixed QEMU version is available
15-
/// (and installed on CI buildbot).
16-
// XFAIL: {{.*}}
17-
1810
func.func @print_i8s(%bytes: memref<?xi8>, %len: index) {
1911
%c0 = arith.constant 0 : index
2012
%c16 = arith.constant 16 : index

0 commit comments

Comments
 (0)