<div dir="ltr"><div class="gmail_default"><div class="gmail_default"><font face="arial, helvetica, sans-serif">@@ -1,6 +1,3 @@</font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">-//===-- AArch64InstrNEON.td - NEON support for AArch64 -----*- tablegen -*-===//</font></div>
<div class="gmail_default"><font face="arial, helvetica, sans-serif">-//</font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">-//                     The LLVM Compiler Infrastructure</font></div>
<div class="gmail_default"><font face="arial, helvetica, sans-serif"> //</font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif"> // This file is distributed under the University of Illinois Open Source</font></div>
<div class="gmail_default"><font face="arial, helvetica, sans-serif"> // License. See LICENSE.TXT for details.</font></div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">
We should not remove this file head, should we? </div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div><div><font face="arial, helvetica, sans-serif">+// CHECK_AARCH64: test_vcopy_laneq_f64</font></div>
<div><font face="arial, helvetica, sans-serif">+float64x1_t test_vcopy_laneq_f64(float64x1_t a, float64x1_t c) {</font></div><div><font face="arial, helvetica, sans-serif">+  return vcopy_laneq_f64(a, 0, c, 0);</font></div>
<div><font face="arial, helvetica, sans-serif">+// CHECK: fmov {{d[0-9]+}}, {{d[0-9]+}}</font></div><div><font face="arial, helvetica, sans-serif">+// CHECK-NOT: dup {{d[0-9]+}}, {{v[0-9]+}}.d[0]</font></div><div><font face="arial, helvetica, sans-serif">+}</font></div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">vcopy_laneq_f64 should have prototype as below.</div><div style="font-family:arial,helvetica,sans-serif;font-size:small">
<pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">float64x1_t vcopy_laneq_f64(float64x1_t a, const int lane1, float64x2_t b, const int lane2)</pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">
<pre style="word-wrap:break-word;white-space:pre-wrap"><br></pre><pre style="word-wrap:break-word;white-space:pre-wrap"><span style="color:rgb(34,34,34);font-family:arial,helvetica,sans-serif;white-space:normal">And sorry, one more is missing in the list I previously gave you, </span><br>
</pre><pre style="word-wrap:break-word;white-space:pre-wrap">float64x2_t vcopyq_laneq_f64(float64x2_t a, const int lane1, float64x2_t b, const int lane2)</pre><pre style="word-wrap:break-word;white-space:pre-wrap"><br></pre>
<pre style="word-wrap:break-word;white-space:pre-wrap"><span style="color:rgb(34,34,34);font-family:arial,helvetica,sans-serif;white-space:normal">All others LGTM!</span></pre><pre style="word-wrap:break-word;white-space:pre-wrap">
<span style="color:rgb(34,34,34);font-family:arial,helvetica,sans-serif;white-space:normal"><br></span></pre><pre style="word-wrap:break-word;white-space:pre-wrap"><span style="color:rgb(34,34,34);font-family:arial,helvetica,sans-serif;white-space:normal">Thanks,</span></pre>
<pre style="word-wrap:break-word;white-space:pre-wrap"><span style="color:rgb(34,34,34);font-family:arial,helvetica,sans-serif;white-space:normal">-Jiangning</span></pre></pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">
<br></pre></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/28 Ana Pazos <span dir="ltr"><<a href="mailto:apazos@codeaurora.org" target="_blank">apazos@codeaurora.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal">Hi Jiangning and reviewers,<u></u><u></u></p><p class="MsoNormal">
<u></u> <u></u></p><p class="MsoNormal">Here is the patch with the vcopy_lane* intrinsics that use scalar dup instructions.<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Send me your review/ok sign, and I will commit them.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Thanks,<u></u><u></u></p><p class="MsoNormal">Ana.<u></u><u></u></p></div></div><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><br clear="all"><div><br></div>-- <br><div dir="ltr"><font face="courier new, monospace">Thanks,</font><div><font face="courier new, monospace">-Jiangning</font></div></div>
</div>