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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 27 09:23:34 PDT 2015


craig.topper added inline comments.

================
Comment at: lib/Support/Host.cpp:824
@@ +823,3 @@
+
+  bool HasLeafd = MaxLevel >= 0xd &&
+    !GetX86CpuIDAndInfoEx(0xd, 0x1, &EAX, &EBX, &ECX, &EDX);
----------------
Can we make this HasLeafD? I think the D would be more obvious capitalized.


Repository:
  rL LLVM

http://reviews.llvm.org/D13012





More information about the llvm-commits mailing list