We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee3ae4 commit 34a5cbfCopy full SHA for 34a5cbf
llvm/lib/Target/PowerPC/PPC.td
@@ -444,7 +444,7 @@ def ProcessorFeatures {
444
// dispatch for vector operations than scalar ones. For the time being,
445
// this list also includes scheduling-related features since we do not have
446
// enough info to create custom scheduling strategies for future CPUs.
447
- list<SubtargetFeature> P9SpecificFeatures = [FeatureVectorsUseTwoUnits,FeatureHTM];
+ list<SubtargetFeature> P9SpecificFeatures = [FeatureVectorsUseTwoUnits, FeatureHTM];
448
list<SubtargetFeature> P9InheritableFeatures =
449
!listconcat(P8InheritableFeatures, P9AdditionalFeatures);
450
list<SubtargetFeature> P9Features =
0 commit comments