<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        margin-top:12.0pt;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p style='background:white'><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'>Hi Tim, Jiangning and reviewers,<o:p></o:p></span></p><p style='background:white'><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'>This new patch contains:<o:p></o:p></span></p><p style='background:white'><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'>Implemented aarch64 vmul_lane intrinsics.<br>Implemented aarch64 vmulx_lane intrinsics,<br>Implemented aarch64 vmul_n_f64 intrinsic, mapping it to Neon scalar operation.<br>Implemented aarch64 vmul_lane_f64 and vmul_laneq_f64 intrinsics, mapping them to Neon scalar operation.<br>Added codegen patterns for scalar copy (DUP) with FP types.<br>Added Scalar Copy (DUP) MOV aliases.<o:p></o:p></span></p><p style='background:white'><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'>The implementation was straightforward. I was able to create IR patterns for most cases.<o:p></o:p></span></p><p style='background:white'><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'>But to force vmul_n_f64, vmul_lane_f64, vmul_laneq_f64 legacy intrinsics to map to Neon scalar operations I had to add an aarch64 IR intrinsic.<o:p></o:p></span></p><p style='background:white'><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'><br>Otherwise the casting of result to float64x1_t might cause non-vector code to be generated and the Neon scalar instruction cannot be guaranteed.<o:p></o:p></span></p><p style='background:white'><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'>This has happened before with other Neon Scalar instructions and they were handled in similar way.<o:p></o:p></span></p><p style='background:white'><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'>Thanks,<o:p></o:p></span></p><p style='background:white'><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'>Ana.<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>