Re: [AArch64] Peepholes to generate ldp and stp instructions

2014-01-30 Thread Andrew Pinski
Ping? On Tue, Mar 26, 2013 at 3:27 AM, Hurugalawadi, Naveen wrote: > Hi, > > Please find attached the patch that implements load pair(ldp) and store > pair(stp) peephole for aarch64 target. > > Please review the same and let me know if its okay. > > Build and tested on aarch64-thunder-elf (using

Re: [AArch64] Peepholes to generate ldp and stp instructions

2013-03-26 Thread Mike Stump
On Mar 26, 2013, at 3:27 AM, "Hurugalawadi, Naveen" wrote: > Please find attached the patch that implements load pair(ldp) and store > pair(stp) peephole for aarch64 target. Ah, I wish gcc had a better machine independent optimizer for load/store combination.