diff options
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZProcessors.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZProcessors.td b/llvm/lib/Target/SystemZ/SystemZProcessors.td index 32fbe5ae9ef..01773eeed5a 100644 --- a/llvm/lib/Target/SystemZ/SystemZProcessors.td +++ b/llvm/lib/Target/SystemZ/SystemZProcessors.td @@ -92,5 +92,6 @@ def : Processor<"z13", NoItineraries, [FeatureDistinctOps, FeatureLoadStoreOnCond, FeatureHighWord, FeatureFPExtension, FeaturePopulationCount, FeatureFastSerialization, FeatureInterlockedAccess1, + FeatureMiscellaneousExtensions, FeatureTransactionalExecution, FeatureProcessorAssist, FeatureVector]>; |