<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 10 May 2017, at 17:36, Quentin Colombet <<a href="mailto:qcolombet@apple.com" class="">qcolombet@apple.com</a>> wrote:</div>
<div class="">
<blockquote type="cite" class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<div class="">
<div class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<blockquote type="cite" class="">
<div class="">
<div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div class="">
<ol class="MailOutline">
<li class="">
<ul class="">
<br class="">
<li class="">MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode (46%): Function Reference_IDCT: Probably due to creating all constants in the entry BB + spilling floating point data through an X register:
<ul class="">
<li class="">FastISel:<br class="">
<font face="Menlo" class="">fadd d0, d1, d0<br class="">
str d0, [sp,#528]</font></li><li class="">GlobalISel:<br class="">
<font face="Menlo" class="">fadd d0, d1, d0<br class="">
fmov x9, d0<br class="">
stur x9, [x29,#-48]</font></li></ul>
</li></ul>
</li></ol>
</div>
</div>
</div>
</blockquote>
<div class=""><br class="">
</div>
<div class="">Good finding, I forgot to do stores in my previous fix. I’ll do them shortly.</div>
</div>
</div>
</blockquote>
<div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<br class="">
</div>
<div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
Should be fixed by r<span class="" style="font-family: Menlo; font-size: 11px; background-color: rgb(255, 255, 255);">302679</span></div>
</div>
</blockquote>
<br class="">
</div>
<div>Thanks Quentin,</div>
<div><br class="">
</div>
<div>That reduces the slow-down when enabling globalisel at -O0 from 13% (on r302453)  to 9.5% (on r302679) in my experiments.</div>
<div>The code size increase also reduces from just over 3% to 2.8%.</div>
<div><br class="">
</div>
<div>Kristof</div>
<br class="">
</body>
</html>