================
@@ -444,7 +444,7 @@ def ProcessorFeatures {
// dispatch for vector operations than scalar ones. For the time being,
// this list also includes scheduling-related features since we do not have
// enough info to create custom scheduling strategies for future CPUs.
- list<SubtargetFeature> P9SpecificFeatures = [FeatureVectorsUseTwoUnits];
+ list<SubtargetFeature> P9SpecificFeatures =
[FeatureVectorsUseTwoUnits,FeatureHTM];
----------------
amy-kwan wrote:
Nit on spacing.
```suggestion
list<SubtargetFeature> P9SpecificFeatures = [FeatureVectorsUseTwoUnits,
FeatureHTM];
```
https://github.com/llvm/llvm-project/pull/137670
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits