<div dir="ltr">Hi Graham,<div><br></div><div>Thanks for working on this. The implementation looks fine to me, but in your testcase:</div><div><br></div><div><div>+float32x2_t test_vrndx_f32(float32x2_t a) {</div><div>+  // CHECK-LABEL: test_vrndx_f32</div><div>+  // CHECK-LABEL: call <2 x float> @llvm.arm.neon.vrintx.v2f32(<2 x float> %a)</div><div>+  return vrndx_f32(a);</div><div>+}</div></div><div><br></div><div>Only the first should be a CHECK-LABEL. The other should be a CHECK.</div><div><br></div><div>CHECK-LABELs are only hints to FileCheck, used to help isolate individual testcases and prevent accidental crosstalk (matching one CHECK: line in another function accidentally).</div><div><br></div><div>With those changed, LGTM.</div><div><br></div><div>Do you need help committing?</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 12:12, 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">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>
<span class="HOEnZb"><font color="#888888"><br>
-Graham<br>
</font></span><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></blockquote></div><br></div>