<div dir="ltr">Hi Amara,<div><br></div><div>The test is a bit confusing, as it has too many identical checks for different (but very similar) tags. Also, NONEON and NONEON-VFP is identical for the purposes of this test.</div>
<div><br></div><div>By default, armv7 selects Coertex-A8, which has VFP3, so you may want:</div><div> * DEFAULT: neon+fp (no -mattr at all),</div><div> * NEON: (-mattr=-vfp3),</div><div> * VFP: (-mattr=-neon),</div><div> * SCALAR: (-mattr=-neon,-vfp3)</div>
<div><br></div><div>cheers,<br></div><div>--renato</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 7 October 2013 15:39, Amara Emerson <span dir="ltr"><<a href="mailto:amara.emerson@arm.com" target="_blank">amara.emerson@arm.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
The attached test case verifies that fp/neon instructions are not emitted<br>
when the relevant subtarget features are disabled. There is no check for "no<br>
vfp but neon present" because neon depends on vfpv3 in the backend.<br>
<span class="HOEnZb"><font color="#888888"><br>
Amara</font></span><br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">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><br></div>