We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512a8a7 commit 575bf33Copy full SHA for 575bf33
mlir/test/Integration/Dialect/Vector/CPU/ArmSME/load-store-128-bit-tile.mlir
@@ -7,14 +7,6 @@
7
8
// RUN: %{compile} | %{run} | FileCheck %s
9
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
18
func.func @print_i8s(%bytes: memref<?xi8>, %len: index) {
19
%c0 = arith.constant 0 : index
20
%c16 = arith.constant 16 : index
0 commit comments