<div dir="ltr">Adding Sanjoy Das as I think he will have lots of thoughts on this general subject.<br><br><div class="gmail_quote"><div dir="ltr">On Mon, May 16, 2016 at 6:29 AM Demikhovsky, Elena via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div>
<font face="Calibri" size="2"><span style="font-size:11pt">
<div>Hi,</div>
<div> </div>
<div>I’m working now on extending SCEV Analysis and adding FP support.</div>
<div>At the beginning, I want to vectorize this loop:</div>
<div> </div>
<div>float fp_inc;</div>
<div> </div>
<div>  float x = init;</div>
<div>  for (int i=0;i<N;i++){</div>
<div>    A[i] = x;</div>
<div>    x += fp_inc; // Loop invariant variable or constant</div>
<div>  }</div>
<div> </div>
<div>In this loop “x” is a FP induction variable. But it is not the “primary” induction and loop trip count is still depends on integer induction “i”.</div>
<div> </div>
<div>In the future, I plan to work on “primary” FP inductions.</div>
<div>Intel compiler vectorizes FP-induction loops, GCC does not.</div>
<div> </div>
<div>I wanted to hear that community does not have any principal objections for this work.</div>
<div>Thank you.</div>
<div> </div>
<ul style="margin:0;padding-left:36pt">
<font face="Times New Roman" size="3" color="#2F5496"><span style="font-size:12pt">
<li><b><i> Elena</i></b></li></span></font>
</ul>
<div> </div>
<div> </div>
<div> </div>
</span></font>
<p>---------------------------------------------------------------------<br>
Intel Israel (74) Limited</p>

<p>This e-mail and any attachments may contain confidential material for<br>
the sole use of the intended recipient(s). Any review or distribution<br>
by others is strictly prohibited. If you are not the intended<br>
recipient, please contact the sender and delete all copies.</p></div>

_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div></div>