Move the x86 cpu feature rtm from Haswell to Skylake matching clang commit r298956.
authorEric Christopher <echristo@gmail.com>
Wed, 29 Mar 2017 07:40:44 +0000 (07:40 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 29 Mar 2017 07:40:44 +0000 (07:40 +0000)
llvm-svn: 298986

llvm/lib/Target/X86/X86.td

index 4a53b7f..8fcc8e3 100644 (file)
@@ -501,7 +501,6 @@ def HSWFeatures : ProcessorFeatures<IVBFeatures.Value, [
   FeatureFMA,
   FeatureLZCNT,
   FeatureMOVBE,
-  FeatureRTM,
   FeatureSlowIncDec
 ]>;
 
@@ -520,6 +519,7 @@ def : BroadwellProc<"broadwell">;
 
 def SKLFeatures : ProcessorFeatures<BDWFeatures.Value, [
   FeatureMPX,
+  FeatureRTM,
   FeatureXSAVEC,
   FeatureXSAVES,
   FeatureSGX,