projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e109e7
)
Add XSAVE/XSAVEOPT to KNL processor.
author
Craig Topper
<craig.topper@gmail.com>
Thu, 15 Oct 2015 03:56:54 +0000
(
03:56
+0000)
committer
Craig Topper
<craig.topper@gmail.com>
Thu, 15 Oct 2015 03:56:54 +0000
(
03:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250362
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86.td
b/lib/Target/X86/X86.td
index
90d84ed
..
847839e
100644
(file)
--- a/
lib/Target/X86/X86.td
+++ b/
lib/Target/X86/X86.td
@@
-434,6
+434,8
@@
class KnightsLandingProc<string Name> : ProcessorModel<Name, HaswellModel, [
FeaturePOPCNT,
FeatureAES,
FeaturePCLMUL,
+ FeatureXSAVE,
+ FeatureXSAVEOPT,
FeatureRDRAND,
FeatureF16C,
FeatureFSGSBase,