<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/18/12 5:32 AM, Nadav Rotem wrote:<br>
    </div>
    <blockquote
      cite="mid:5316314A-44E7-40D5-AA26-1236342F3041@apple.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <br>
      <div>
        <div>On Oct 17, 2012, at 6:24 PM, Hal Finkel <<a
            moz-do-not-send="true" href="mailto:hfinkel@anl.gov">hfinkel@anl.gov</a>>
          wrote:</div>
        <br class="Apple-interchange-newline">
        <blockquote type="cite"><span style="font-family: Helvetica;
            font-size: medium; font-style: normal; font-variant: normal;
            font-weight: normal; letter-spacing: normal; line-height:
            normal; orphans: 2; text-align: -webkit-auto; text-indent:
            0px; text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px; display: inline !important;
            float: none; ">he current pass handles only fixed trip-count
            (single-exit) loops without inter-iteration dependencies,
            correct? For this class of loops, I believe that what I
            proposed is correct. Maybe I'm thinking about this
            incorrectly, can you please provide a counterexample?</span><br
            style="font-family: Helvetica; font-size: medium;
            font-style: normal; font-variant: normal; font-weight:
            normal; letter-spacing: normal; line-height: normal;
            orphans: 2; text-align: -webkit-auto; text-indent: 0px;
            text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px; ">
        </blockquote>
        <br>
      </div>
      <div>Yes. If there are no cross-iteration dependencies then x
        equals to the last SIMD lane.  I missed the part which said that
        there are no cross-iteration deps. </div>
      <br>
    </blockquote>
    I agree. Nadav's comment is correct only if the value forms a
    cross-iteration dependency (read: it is live on the back edge / it
    is the operand of a phi in the loop header).<br>
  </body>
</html>