Skip to content

Commit 86e23af

Browse files
authored
[AArch64][SME] Temporarily mark test as XFAIL (#154384)
Marking this as XFAIL until #154325 lands
1 parent 5485c70 commit 86e23af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/test/CodeGen/AArch64/sme-za-exceptions.ll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme -aarch64-new-sme-abi < %s | FileCheck %s
2+
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme -aarch64-new-sme-abi -verify-machineinstrs < %s | FileCheck %s
3+
4+
; FIXME: XFAILs until https://github.com/llvm/llvm-project/pull/154325
5+
; XFAIL: *
36

47
; A simple EH test case that corresponds to the following C++ source:
58
;

0 commit comments

Comments
 (0)