[llvm] r273567 - [SystemZ] Let z13 also support FeatureMiscellaneousExtensions.

Jonas Paulsson via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 08:12:07 PDT 2016


Author: jonpa
Date: Thu Jun 23 10:12:06 2016
New Revision: 273567

URL: http://llvm.org/viewvc/llvm-project?rev=273567&view=rev
Log:
[SystemZ] Let z13 also support FeatureMiscellaneousExtensions.

This processor feature had been left out by mistake from the z13
ProcessorModel.

Reviewed by Ulrich Weigand.

Modified:
    llvm/trunk/lib/Target/SystemZ/SystemZProcessors.td

Modified: llvm/trunk/lib/Target/SystemZ/SystemZProcessors.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZProcessors.td?rev=273567&r1=273566&r2=273567&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZProcessors.td (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZProcessors.td Thu Jun 23 10:12:06 2016
@@ -92,5 +92,6 @@ def : Processor<"z13", NoItineraries,
                 [FeatureDistinctOps, FeatureLoadStoreOnCond, FeatureHighWord,
                  FeatureFPExtension, FeaturePopulationCount,
                  FeatureFastSerialization, FeatureInterlockedAccess1,
+                 FeatureMiscellaneousExtensions,
                  FeatureTransactionalExecution, FeatureProcessorAssist,
                  FeatureVector]>;




More information about the llvm-commits mailing list