OK, I've removed the XSAVE check.<div><br></div><div>I know that, strictly speaking, checking XGETBV is necessary too, but:</div><div><br></div><div>1) I haven't come across any OS that sets OSXSAVE and doesn't enable it;</div>
<div>2) My inline asm-fu with the various supported compilers isn't very strong.</div><div><br></div><div>I've added a TODO in the patch, in the hopes that someone who's more familiar with this stuff than I am might be able to help.</div>
<div><br></div><div>In any case, the patch should fix one particular case of incorrect AVX detection (LLVM thinking that Windows 7 below SP1 has AVX support, for instance).</div><div><br></div><div>Thanks for the review!<br>
<br><div class="gmail_quote">On Sun, Aug 26, 2012 at 6:20 AM, Craig Topper <span dir="ltr"><<a href="mailto:craig.topper@gmail.com" target="_blank">craig.topper@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The check for XSAVE isn't necessary since all processors that support AVX support XSAVE. Checking OSXSAVE isn't sufficient you would also need to check XGETBV to make sure save/restore of XMM and YMM state is enabled by the OS.<br>

<br>~Craig<br><br><div class="gmail_quote"><div><div class="h5">On Sat, Aug 25, 2012 at 1:33 AM, Alex Rønne Petersen <span dir="ltr"><<a href="mailto:alex@lycus.org" target="_blank">alex@lycus.org</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi LLVMers,<div><br></div><div>The AVX detection code in X86Subtarget::AutoDetectSubtargetFeatures() only checked for the CPUID.{EAX = 1}.ECX.AVX bit previously. This is not enough; the XSAVE and OSXSAVE bits also need to be checked to be sure that the OS is aware of XMM/YMM registers and saves them during context switches. This patch fixes that.</div>


<div><br></div><div>The patch was created with git diff - I was told svn should be able to work with that.</div><div><br></div><div>This is my first patch submission, so if I did something wrong, please bear with me. :)</div>


<div><br></div><div>Regards,</div><div>Alex</div>
<br></div></div>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br>~Craig<br>
</font></span></blockquote></div><br></div>