[llvm-branch-commits] [clang] [llvm] [AArch64][llvm] Armv9.7-A: Add support for GICv5 (FEAT_GCIE) (PR #163159)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Oct 23 03:07:53 PDT 2025
================
@@ -0,0 +1,29 @@
+// RUN: not llvm-mc -triple=aarch64 -mattr=+gcie -show-encoding < %s 2>&1 \
+// RUN: | FileCheck %s --check-prefix=CHECK-ERROR
+// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
+// RUN: | FileCheck %s --check-prefix=CHECK-REQUIRES-GCIE
+
+//------------------------------------------------------------------------------
+// FEAT_GCIE instructions
+//------------------------------------------------------------------------------
+
+gsb
+// CHECK-ERROR: error: invalid operand for GSB instruction
+
+gsb ack
----------------
CarolineConcatto wrote:
I dont think we need this here, because you already test in armv9.7a-gcie.s
https://github.com/llvm/llvm-project/pull/163159
More information about the llvm-branch-commits
mailing list