[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:54 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 \
----------------
CarolineConcatto wrote:

You could remove this test as it is already being checked in armv9.7a-gcie.s

https://github.com/llvm/llvm-project/pull/163159


More information about the llvm-branch-commits mailing list