Skip to content

Commit 2113cf2

Browse files
committed
fixup! [AArch64][llvm] Armv9.7-A: Add support for GICv5 (FEAT_GCIE)
Remove `FeatureNMI` as a dependency for FEAT_GCIE. It's in the GICv5 spec, but we're not going to force it in the compiler.
1 parent 6ee9a5c commit 2113cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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", [FeatureNMI]>;
608+
"Enable Armv9.7-A GICv5 (Generic Interrupt Controller) CPU Interface Extension">;
609609

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

0 commit comments

Comments
 (0)