[llvm-bugs] [Bug 26879] [AArch64] Greedy load/store optimizer misses pairing opportunities

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 15 08:24:55 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=26879

Jun Bum Lim <junbuml at codeaurora.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Jun Bum Lim <junbuml at codeaurora.org> ---
Instead of adding complexity in ld/st opt pass to maximize the total number of
pairs, I   enabled store clustering in MachineScheduler by committing r266437.
With this change, +3% more ld/st pairs are generated in spec2006; please see
detail llvm stats in D18376. I also didn't see any performance regression in
xalancbmk with D17098.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160415/90e1dc6e/attachment.html>


More information about the llvm-bugs mailing list