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

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 09:13:27 PDT 2016


Author: hans
Date: Thu Jun 23 11:13:26 2016
New Revision: 273575

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

It broke test/CodeGen/SystemZ/vec-extract-02.ll

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=273575&r1=273574&r2=273575&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZProcessors.td (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZProcessors.td Thu Jun 23 11:13:26 2016
@@ -92,6 +92,5 @@ def : Processor<"z13", NoItineraries,
                 [FeatureDistinctOps, FeatureLoadStoreOnCond, FeatureHighWord,
                  FeatureFPExtension, FeaturePopulationCount,
                  FeatureFastSerialization, FeatureInterlockedAccess1,
-                 FeatureMiscellaneousExtensions,
                  FeatureTransactionalExecution, FeatureProcessorAssist,
                  FeatureVector]>;




More information about the llvm-commits mailing list