<div dir="ltr">I've run it across a wide variety of server benchmarks we care about. Looks like all the changes are in the noise across sandybridge and ivybridge architectures.<div><br></div><div>No interesting performance changes (in either direction sadly).</div><div><br></div><div>I saw some very minor size fluctuations and dug into it. Turns out there was a missed easy size optimization in it that Quentin has already implemented based on our conversation on IRC.</div><div><br></div><div>As far as I can see, this is pure goodness. Let's turn it on.</div><div><br><div class="gmail_quote"><div dir="ltr">On Wed, May 27, 2015 at 3:17 PM Quentin Colombet <<a href="mailto:qcolombet@apple.com" target="_blank">qcolombet@apple.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Shrink-wrapping capabilities, i.e., better placement of prologue and epilogue sequences, landed in r236507 but are not yet enabled by default.<br>
<br>
Since r236507 AArch64 is shrink-wrapping ready, meaning we can turn the pass on for this target.<br>
I’ve done the same for X86 in r 238293.<br>
<br>
Now, I need your help to test and benchmark how shrink-wrapping perform on those targets.<br>
<br>
The goal is to decide whether or not the support is good enough to be enabled by default.<br>
<br>
<br>
** How Can I Test/Benchmark It? **<br>
<br>
Add (-mllvm) -enable-shrink-wrap on your command line or patch the XXXConfigPass to set EnableShrinkWrap to true.<br>
Note the -enable-shrink-wrap=<bool> takes precedence over whatever is set for EnableShrinkWrap.<br>
<br>
Please report any problem specific to this optimization turned on. A PR with a small IR to reproduce are appreciated.<br>
<br>
Note: I’ve seem up to 4% runtime improvements on the LLVM test-suite + specs for Os and O3.<br>
<br>
<br>
Thanks in advance for your help,<br>
-Quentin<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" rel="noreferrer" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" rel="noreferrer" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div></div></div>