<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<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></body>
</html>