<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 6/21/2017 6:16 AM, hameeza ahmed via
      llvm-dev wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAFMPKeZNLxe0vS6uZOLgHpv_D_C5YEBD6=nq448ri-5G-WBhzw@mail.gmail.com">
      <div dir="auto">
        <div style="font-family:sans-serif;font-size:16px" dir="auto">when
          i generate code with 72 loop iterations.</div>
        <div style="font-family:sans-serif;font-size:16px" dir="auto"><br>
        </div>
        <div style="font-family:sans-serif;font-size:16px" dir="auto">the
          compiler generates code with using avx512 zmm operations 4
          times (16x4=64) and remaining 8 iterations are handled by
          routine mov operations with EAX register. wouldn't it be
          better if it uses ymm for remaining 8 iterations as it does
          when iteration count is between 8 and 15. same for xmm and so
          on.</div>
      </div>
    </blockquote>
    <br>
    See
    <a class="moz-txt-link-freetext" href="http://lists.llvm.org/pipermail/llvm-dev/2017-February/110424.html">http://lists.llvm.org/pipermail/llvm-dev/2017-February/110424.html</a> .<br>
    <br>
    -Eli<br>
    <pre class="moz-signature" cols="72">-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project</pre>
  </body>
</html>