From: Jonas Paulsson Date: Thu, 23 Jun 2016 15:12:06 +0000 (+0000) Subject: [SystemZ] Let z13 also support FeatureMiscellaneousExtensions. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=249d639eef920ce564c4569fa6f3ac9845ed18a6;p=llvm [SystemZ] Let z13 also support FeatureMiscellaneousExtensions. This processor feature had been left out by mistake from the z13 ProcessorModel. Reviewed by Ulrich Weigand. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273567 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SystemZ/SystemZProcessors.td b/lib/Target/SystemZ/SystemZProcessors.td index 32fbe5ae9ef..01773eeed5a 100644 --- a/lib/Target/SystemZ/SystemZProcessors.td +++ b/lib/Target/SystemZ/SystemZProcessors.td @@ -92,5 +92,6 @@ def : Processor<"z13", NoItineraries, [FeatureDistinctOps, FeatureLoadStoreOnCond, FeatureHighWord, FeatureFPExtension, FeaturePopulationCount, FeatureFastSerialization, FeatureInterlockedAccess1, + FeatureMiscellaneousExtensions, FeatureTransactionalExecution, FeatureProcessorAssist, FeatureVector]>;