forked from OSchip/llvm-project
[X86] AMD Bobcat CPU (btver1) doesn't support XSAVE
btver1 is a SSSE3/SSE4a only CPU - it doesn't have AVX and doesn't support XSAVE. Differential Revision: http://reviews.llvm.org/D17683 llvm-svn: 262782
This commit is contained in:
parent
adfdc14832
commit
aa99331bad
|
@ -574,7 +574,6 @@ def : Proc<"btver1", [
|
||||||
FeaturePRFCHW,
|
FeaturePRFCHW,
|
||||||
FeatureLZCNT,
|
FeatureLZCNT,
|
||||||
FeaturePOPCNT,
|
FeaturePOPCNT,
|
||||||
FeatureXSAVE,
|
|
||||||
FeatureSlowSHLD,
|
FeatureSlowSHLD,
|
||||||
FeatureLAHFSAHF
|
FeatureLAHFSAHF
|
||||||
]>;
|
]>;
|
||||||
|
|
Loading…
Reference in New Issue