]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298986 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86.td

index 4a53b7ff9cf9a74b6d6527642d1b32dd1c7ae612..8fcc8e31d5d44152b611f04a6e1d11b1c93acb58 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,