From aa99331bad8fa86b6acdd23ec38c2e8178125416 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 5 Mar 2016 22:00:50 +0000 Subject: [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 --- llvm/lib/Target/X86/X86.td | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/X86/X86.td b/llvm/lib/Target/X86/X86.td index c805fe3dbd9..3d7644d6ec1 100644 --- a/llvm/lib/Target/X86/X86.td +++ b/llvm/lib/Target/X86/X86.td @@ -574,7 +574,6 @@ def : Proc<"btver1", [ FeaturePRFCHW, FeatureLZCNT, FeaturePOPCNT, - FeatureXSAVE, FeatureSlowSHLD, FeatureLAHFSAHF ]>; -- cgit v1.2.3