Skip to content

Commit f7941c9

Browse files
committed
fixup! [AArch64][llvm] Armv9.7-A: Add support for GICv5 (FEAT_GCIE)
Remove Armv9.7-A from GCIE
1 parent e8dd7e2 commit f7941c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/Driver/print-supported-extensions-aarch64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// CHECK-NEXT: fp8fma FEAT_FP8FMA Enable Armv9.5-A FP8 multiply-add instructions
3333
// CHECK-NEXT: fprcvt FEAT_FPRCVT Enable Armv9.6-A base convert instructions for SIMD&FP scalar register operands of different input and output sizes
3434
// CHECK-NEXT: fp16 FEAT_FP16 Enable half-precision floating-point data processing
35-
// CHECK-NEXT: gcie FEAT_GCIE Enable Armv9.7-A GICv5 (Generic Interrupt Controller) CPU Interface Extension
35+
// CHECK-NEXT: gcie FEAT_GCIE Enable GICv5 (Generic Interrupt Controller) CPU Interface Extension
3636
// CHECK-NEXT: gcs FEAT_GCS Enable Armv9.4-A Guarded Call Stack Extension
3737
// CHECK-NEXT: hbc FEAT_HBC Enable Armv8.8-A Hinted Conditional Branches Extension
3838
// CHECK-NEXT: i8mm FEAT_I8MM Enable Matrix Multiply Int8 Extension

llvm/lib/Target/AArch64/AArch64Features.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ def FeatureMTETC: ExtensionWithMArch<"mtetc", "MTETC", "FEAT_MTETC",
605605
"Enable Virtual Memory Tagging Extension">;
606606

607607
def FeatureGCIE: ExtensionWithMArch<"gcie", "GCIE", "FEAT_GCIE",
608-
"Enable Armv9.7-A GICv5 (Generic Interrupt Controller) CPU Interface Extension">;
608+
"Enable GICv5 (Generic Interrupt Controller) CPU Interface Extension">;
609609

610610
//===----------------------------------------------------------------------===//
611611
// Other Features

0 commit comments

Comments
 (0)