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 5485c70 commit 86e23afCopy full SHA for 86e23af
llvm/test/CodeGen/AArch64/sme-za-exceptions.ll
@@ -1,5 +1,8 @@
1
; 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
+; 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: *
6
7
; A simple EH test case that corresponds to the following C++ source:
8
;
0 commit comments