[PATCH] D17682: [X86] AMD Bobcat CPU (btver1) doesn't support XSAVE

Yunzhong Gao via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 1 12:36:38 PST 2016


ygao added a subscriber: ygao.

================
Comment at: lib/Basic/Targets.cpp:2772
@@ -2771,2 +2771,3 @@
     setFeatureEnabledImpl(Features, "xsaveopt", true);
+    setFeatureEnabledImpl(Features, "xsave", true);
     // FALLTHROUGH
----------------
Is this line necessary? Line#3027 below in the same file says that xsaveopt already implies xsave.


Repository:
  rL LLVM

http://reviews.llvm.org/D17682





More information about the cfe-commits mailing list