<div dir="ltr">Hi Graham,<div><br></div><div>Committed as r217242.</div><div><br></div><div>Cheers,</div><div><br></div><div>James</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 5 September 2014 14:49, Graham Hunter <span dir="ltr"><<a href="mailto:Graham.Hunter@arm.com" target="_blank">Graham.Hunter@arm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">(Without the disclaimer this time -- oops)<br>
<span class="im HOEnZb"><br>
Hi James,<br>
<br>
Thanks for reviewing. (Tim as well)<br>
<br>
Updated patch attached, have retested and confirmed it all still passes.<br>
<br>
</span><span class="im HOEnZb">>  Do you need help committing?<br>
<br>
</span><span class="im HOEnZb">Yes please.<br>
<br>
-Graham<br>
<br>
From:  James Molloy <<a href="mailto:james@jamesmolloy.co.uk">james@jamesmolloy.co.uk</a>><br>
Date:  Friday, 5 September 2014 13:35<br>
To:  Admin <<a href="mailto:Graham.Hunter@arm.com">Graham.Hunter@arm.com</a>><br>
Cc:  llvm cfe <<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a>><br>
Subject:  Re: [PATCH] AArch32 v8 NEON intrinsics for numeric max/min and<br>
directed rounding to integral<br>
<br>
<br>
</span><div class="HOEnZb"><div class="h5">Hi Graham,<br>
Thanks for working on this. The implementation looks fine to me, but in<br>
your testcase:<br>
<br>
+float32x2_t test_vrndx_f32(float32x2_t a) {<br>
+  // CHECK-LABEL: test_vrndx_f32<br>
+  // CHECK-LABEL: call <2 x float> @llvm.arm.neon.vrintx.v2f32(<2 x<br>
float> %a)<br>
+  return vrndx_f32(a);<br>
+}<br>
<br>
<br>
Only the first should be a CHECK-LABEL. The other should be a CHECK.<br>
<br>
CHECK-LABELs are only hints to FileCheck, used to help isolate individual<br>
testcases and prevent accidental crosstalk (matching one CHECK: line in<br>
another function accidentally).<br>
<br>
With those changed, LGTM.<br>
<br>
Do you need help committing?<br>
<br>
Cheers,<br>
<br>
James<br>
<br>
<br>
<br>
On 5 September 2014 12:12, Graham Hunter <<a href="mailto:Graham.Hunter@arm.com">Graham.Hunter@arm.com</a>> wrote:<br>
<br>
Hi,<br>
<br>
This patch adds support for the 32bit numeric max/min and directed<br>
round-to-integral NEON intrinsics that were added as part of v8, along<br>
with unit tests.<br>
<br>
-Graham<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br>
<br>
<br>
<br>
<br>
</div></div></blockquote></div><br></div>