<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 5, 2014 at 9:32 AM, Robert Lougher <span dir="ltr"><<a href="mailto:rob.lougher@gmail.com" target="_blank">rob.lougher@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":2uu" class="a3s" style="overflow:hidden">Unfortunately, another team, while doing internal testing has seen the<br>
new path generating illegal insertps masks.  A sample here:<br>
<br>
    vinsertps    $256, %xmm0, %xmm13, %xmm4 # xmm4 = xmm0[0],xmm13[1,2,3]<br>
    vinsertps    $256, %xmm1, %xmm0, %xmm6 # xmm6 = xmm1[0],xmm0[1,2,3]<br>
    vinsertps    $256, %xmm13, %xmm1, %xmm7 # xmm7 = xmm13[0],xmm1[1,2,3]<br>
    vinsertps    $416, %xmm1, %xmm4, %xmm14 # xmm14 = xmm4[0,1],xmm1[2],xmm4[3]<br>
    vinsertps    $416, %xmm13, %xmm6, %xmm13 # xmm13 =<br>
xmm6[0,1],xmm13[2],xmm6[3]<br>
    vinsertps    $416, %xmm0, %xmm7, %xmm0 # xmm0 = xmm7[0,1],xmm0[2],xmm7[3]<br>
<br>
We'll continue to look into this and do additional testing.</div></blockquote></div><br>Interesting. Let me know if you get a test case. The insertps code path was added recently though and has been much less well tested. I'll start fuzz testing it and should hopefully uncover the bug.</div></div>