OSDN Git Service

Adding missing feature to goldmont.
authorMichael Zuckerman <Michael.zuckerman@intel.com>
Mon, 25 Sep 2017 13:45:31 +0000 (13:45 +0000)
committerMichael Zuckerman <Michael.zuckerman@intel.com>
Mon, 25 Sep 2017 13:45:31 +0000 (13:45 +0000)
Change-Id: I1ddc619169fae6a56308deef8dae5db3da702cf4

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314103 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86.td

index 5df6780..10d8031 100644 (file)
@@ -476,7 +476,8 @@ class GoldmontProc<string Name> : ProcessorModel<Name, SLMModel, [
   FeatureXSAVEOPT,
   FeatureXSAVEC,
   FeatureXSAVES,
-  FeatureCLFLUSHOPT
+  FeatureCLFLUSHOPT,
+  FeatureFSGSBase
 ]>;
 def : GoldmontProc<"goldmont">;