[llvm] r187985 - Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was made redundant when FeatureVFP4 was added which implies FP16.
Silviu Baranga
silviu.baranga at arm.com
Thu Aug 8 08:47:33 PDT 2013
Author: sbaranga
Date: Thu Aug 8 10:47:33 2013
New Revision: 187985
URL: http://llvm.org/viewvc/llvm-project?rev=187985&view=rev
Log:
Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was made redundant when FeatureVFP4 was added which implies FP16.
Modified:
llvm/trunk/lib/Target/ARM/ARM.td
Modified: llvm/trunk/lib/Target/ARM/ARM.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARM.td?rev=187985&r1=187984&r2=187985&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARM.td (original)
+++ llvm/trunk/lib/Target/ARM/ARM.td Thu Aug 8 10:47:33 2013
@@ -179,7 +179,7 @@ def ProcSwift : SubtargetFeature<"swif
// FIXME: It has not been determined if A15 has these features.
def ProcA15 : SubtargetFeature<"a15", "ARMProcFamily", "CortexA15",
"Cortex-A15 ARM processors",
- [FeatureT2XtPk, FeatureFP16, FeatureVFP4,
+ [FeatureT2XtPk, FeatureVFP4,
FeatureAvoidPartialCPSR,
FeatureTrustZone]>;
def ProcR5 : SubtargetFeature<"r5", "ARMProcFamily", "CortexR5",
More information about the llvm-commits
mailing list