<div dir="ltr"><br><br><div class="gmail_quote">On Thu, Mar 19, 2015 at 4:33 PM Matthias Braun <<a href="mailto:matze@braunis.de">matze@braunis.de</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi t.p.northover, qcolombet,<br>
<br>
Splitting this into an own commit to get some visibility.<br>
<br>
After doing some extensive benchmarking wiht llvm test-suite, I see no correctness or compiletime changes. I see some very slight benchmark runtime improvements (which may or may not be noise). The only noticeable regression is in a benchmark were literally 6 lines of assembly changed for the better, so that must be cache issues.<br>
<br>
REPOSITORY<br>
  rL LLVM<br>
<br>
<a href="http://reviews.llvm.org/D8474" target="_blank">http://reviews.llvm.org/D8474</a><br>
<br>
Files:<br>
  lib/Target/AArch64/<u></u>AArch64Subtarget.h<br>
<br>
Index: lib/Target/AArch64/<u></u>AArch64Subtarget.h<br>
==============================<u></u>==============================<u></u>=======<br>
--- lib/Target/AArch64/<u></u>AArch64Subtarget.h<br>
+++ lib/Target/AArch64/<u></u>AArch64Subtarget.h<br>
@@ -91,6 +91,7 @@<br>
   bool enablePostMachineScheduler() const override {<br>
     return isCortexA53() || isCortexA57();<br>
   }<br>
+  bool enableSubRegLiveness() const override { return true; }<br>
<br></blockquote><div><br></div><div>Drive by feedback:</div><div><br></div><div>Most of AArch64 is option controlled for this sort of thing. Did you want to add an option with init(true) for this?</div><div><br></div><div>Personally no preference, but thought I'd bring it up.</div><div><br></div><div>-eric</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
   bool hasZeroCycleRegMove() const { return HasZeroCycleRegMove; }<br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/<u></u>settings/panel/<u></u>emailpreferences/</a><br>
______________________________<u></u>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvm-commits</a><br>
</blockquote></div></div>