[PATCH] D17683: [X86] AMD Bobcat CPU (btver1) doesn't support XSAVE
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 5 14:19:16 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL262782: [X86] AMD Bobcat CPU (btver1) doesn't support XSAVE (authored by RKSimon).
Changed prior to commit:
http://reviews.llvm.org/D17683?vs=49299&id=49886#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17683
Files:
llvm/trunk/lib/Target/X86/X86.td
Index: llvm/trunk/lib/Target/X86/X86.td
===================================================================
--- llvm/trunk/lib/Target/X86/X86.td
+++ llvm/trunk/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.49886.patch
Type: text/x-patch
Size: 316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160305/b80b2666/attachment.bin>
More information about the llvm-commits
mailing list