[PATCH] D17683: [X86] AMD Bobcat CPU (btver1) doesn't support XSAVE
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 27 12:36:29 PST 2016
RKSimon created this revision.
RKSimon added reviewers: craig.topper, spatel, andreadb.
RKSimon added a subscriber: llvm-commits.
RKSimon set the repository for this revision to rL LLVM.
btver1 is a SSSE3/SSE4a only CPU - it doesn't have AVX and doesn't support XSAVE.
This looks like some kind of copy+paste error from bdver1.
LLVM companion to D17682.
Repository:
rL LLVM
http://reviews.llvm.org/D17683
Files:
lib/Target/X86/X86.td
Index: lib/Target/X86/X86.td
===================================================================
--- lib/Target/X86/X86.td
+++ lib/Target/X86/X86.td
@@ -574,7 +574,6 @@
FeaturePRFCHW,
FeatureLZCNT,
FeaturePOPCNT,
- FeatureXSAVE,
FeatureSlowSHLD,
FeatureLAHFSAHF
]>;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17683.49299.patch
Type: text/x-patch
Size: 290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160227/2eaa43d4/attachment.bin>
More information about the llvm-commits
mailing list