[PATCH] D13012: [X86] Add XSAVE intrinsics (LLVM part)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 09:52:49 PDT 2015


craig.topper added inline comments.

================
Comment at: lib/Target/X86/X86Subtarget.h:97
@@ -89,1 +96,3 @@
+  bool HasXSAVES;
+
   /// Target has carry-less multiplication
----------------
I really wanted to approve this, but then I realized that these aren't set to false in the X86SubTarget constructor. Which I think is bad.


Repository:
  rL LLVM

http://reviews.llvm.org/D13012





More information about the llvm-commits mailing list