<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I would suggest you file a bug for this if you haven't already.<br>
<br>
This is rather odd code to be generating. Is this coming from
another opto pass or the frontend? I might be tempted to see if the
source is easy to tweak. <br>
<br>
Philip<br>
<br>
<div class="moz-cite-prefix">On 04/01/2014 04:16 PM, Mark Schimmel
wrote:<br>
</div>
<blockquote
cite="mid:549704409B55EF4EA338DE0614245F44151964F1@US01WEMBX2.internal.synopsys.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">for.body:
; preds = %for.body.lr.ph, %for.body<o:p></o:p></p>
<p class="MsoNormal"><b><u> %ACC.sroa.0.013 = phi i64 [ 0,
%for.body.lr.ph ], [ %phitmp9, %for.body ]<o:p></o:p></u></b></p>
<p class="MsoNormal"><b><u> %ACC.sroa.4.012 = phi i64 [ 0,
%for.body.lr.ph ], [ %tmp.sroa.2.0.extract.shift,
%for.body ]<o:p></o:p></u></b></p>
<p class="MsoNormal"> %i.011 = phi i32 [ 0, %for.body.lr.ph ],
[ %inc, %for.body ]<o:p></o:p></p>
<p class="MsoNormal"> %arrayidx = getelementptr inbounds i16*
%ary, i32 %i.011<o:p></o:p></p>
<p class="MsoNormal"> %0 = load i16* %arrayidx, align 2, !tbaa
!1<o:p></o:p></p>
<p class="MsoNormal"> %add = add i32 %i.011, 8<o:p></o:p></p>
<p class="MsoNormal"> %arrayidx1 = getelementptr inbounds i16*
%ary, i32 %add<o:p></o:p></p>
<p class="MsoNormal"> %1 = load i16* %arrayidx1, align 2, !tbaa
!1<o:p></o:p></p>
<p class="MsoNormal"> %2 = tail call i64
@llvm.arc.ACC40.GUARD.MUL.SQ15.SQ15(i16 %0, i16 %1) #1<o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:14.0pt"> <b><u>%L.sroa.0.0.insert.insert.i
= or i64 %ACC.sroa.0.013, %ACC.sroa.4.012<o:p></o:p></u></b></span></p>
<p class="MsoNormal"> %3 = tail call i64
@llvm.arc.ADD.ACC40(i64 %L.sroa.0.0.insert.insert.i, i64 %2)
#1<o:p></o:p></p>
<p class="MsoNormal"> <b><u>%tmp.sroa.2.0.extract.shift = and
i64 %3, -4294967296<o:p></o:p></u></b></p>
<p class="MsoNormal"> %inc = add i32 %i.011, 1<o:p></o:p></p>
<p class="MsoNormal"> <b><u>%phitmp9 = and i64 %3, 4294967295<o:p></o:p></u></b></p>
<p class="MsoNormal"> %cmp = icmp ult i32 %inc, %limit<o:p></o:p></p>
<p class="MsoNormal"> br i1 %cmp, label %for.body, label
%for.cond.for.end_crit_edge<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The value of the OR is simply the PHI of %3
and 0. Nobody detects this and it generates pretty ugly code
in a loop. Can you tell me what phase should handle this
simple transform? That is, what phase does this kind of
transformation belong in?<o:p></o:p></p>
<p class="MsoNormal">Thanks<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a> <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
</blockquote>
<br>
</body>
</html>