<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Yep, exactly that. We see quite a lot of them, most of them get cleaned up, but not always...</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Cheers.</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Roger Ferrer Ibáñez <rofirrim@gmail.com><br>
<b>Sent:</b> 16 March 2020 08:53<br>
<b>To:</b> Sjoerd Meijer <Sjoerd.Meijer@arm.com><br>
<b>Cc:</b> LLVM-Dev <llvm-dev@lists.llvm.org>; Sam Parker <Sam.Parker@arm.com><br>
<b>Subject:</b> Re: [llvm-dev] Redundant copies</font>
<div> </div>
</div>
<div>
<div dir="ltr"><br>
<div class="x_gmail_quote">
<blockquote class="x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div dir="ltr">
<div>At this point however it doesn't (obviously) look like one (it still using different vregs) which suggests it might require a bit more of work to discover something that will ultimately lead to a redundant copy. I will investigate this option as well.<br>
</div>
</div>
</blockquote>
<div><br>
</div>
</div>
<div>I correct myself here: in the MIR dumps (for this example) right after copy coalescing the copy is redundant even at vregs</div>
<div><br>
</div>
<div><span style="font-family:monospace">  %14:gpr = COPY %0     <br>
  BEQ %6, $x0, %bb.3    <br>
  PseudoBR %bb.1        <br>
                        <br>
bb.1.for.body.preheader:<br>
  %14:gpr = COPY %0</span></div>
<div><br>
</div>
<div>Kind regards,<br>
</div>
</div>
</div>
</body>
</html>