[llvm] [AArch64][SME] Temporarily mark test as XFAIL (PR #154384)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 19 09:58:47 PDT 2025


https://github.com/MacDue created https://github.com/llvm/llvm-project/pull/154384

Marking this as XFAIL until https://github.com/llvm/llvm-project/pull/154325 lands

>From 91a641b7c9aa9c7d7e0c64a33e88acc3a9d750e6 Mon Sep 17 00:00:00 2001
From: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: Tue, 19 Aug 2025 16:56:26 +0000
Subject: [PATCH] [AArch64][SME] Temporarily mark test as XFAIL

Marking this as XFAIL until https://github.com/llvm/llvm-project/pull/154325 lands
---
 llvm/test/CodeGen/AArch64/sme-za-exceptions.ll | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/llvm/test/CodeGen/AArch64/sme-za-exceptions.ll b/llvm/test/CodeGen/AArch64/sme-za-exceptions.ll
index c497a95a58c8a..7a3e246b530b0 100644
--- a/llvm/test/CodeGen/AArch64/sme-za-exceptions.ll
+++ b/llvm/test/CodeGen/AArch64/sme-za-exceptions.ll
@@ -1,5 +1,8 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
-; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme -aarch64-new-sme-abi < %s | FileCheck %s
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme -aarch64-new-sme-abi -verify-machineinstrs < %s | FileCheck %s
+
+; FIXME: XFAILs until https://github.com/llvm/llvm-project/pull/154325
+; XFAIL: *
 
 ; A simple EH test case that corresponds to the following C++ source:
 ;



More information about the llvm-commits mailing list