[llvm] [AArch64][SME] Temporarily mark test as XFAIL (PR #154384)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 19 09:59:21 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-aarch64
Author: Benjamin Maxwell (MacDue)
<details>
<summary>Changes</summary>
Marking this as XFAIL until https://github.com/llvm/llvm-project/pull/154325 lands
---
Full diff: https://github.com/llvm/llvm-project/pull/154384.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AArch64/sme-za-exceptions.ll (+4-1)
``````````diff
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:
;
``````````
</details>
https://github.com/llvm/llvm-project/pull/154384
More information about the llvm-commits
mailing list