From 249d639eef920ce564c4569fa6f3ac9845ed18a6 Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Thu, 23 Jun 2016 15:12:06 +0000 Subject: [PATCH] [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 --- lib/Target/SystemZ/SystemZProcessors.td | 1 + 1 file changed, 1 insertion(+) 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]>; -- 2.50.1