From 08cb5075840f88a35c5a0df68566b8b84ddb0d59 Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Fri, 26 Apr 2024 11:56:08 +0100 Subject: [PATCH] fixup! [AArch64] Add support for Neoverse-N3, Neoverse-V3 and Neoverse-V3AE --- llvm/lib/Target/AArch64/AArch64Processors.td | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/AArch64/AArch64Processors.td b/llvm/lib/Target/AArch64/AArch64Processors.td index 8ca4357ca7bf9..8772e51bf0ab4 100644 --- a/llvm/lib/Target/AArch64/AArch64Processors.td +++ b/llvm/lib/Target/AArch64/AArch64Processors.td @@ -451,7 +451,6 @@ def TuneNeoverseN3 : SubtargetFeature<"neoversen3", "ARMProcFamily", "NeoverseN3 "Neoverse N3 ARM processors", [ FeatureFuseAES, FeaturePostRAScheduler, - FeatureCmpBccFusion, FeatureALULSLFast, FeatureFuseAdrpAdd, FeatureEnableSelectOptimize,