This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH,ARM] Improve peepholes for LDM with commutative operators


On Thu, Mar 1, 2012 at 3:20 AM, Greta Yorsh <Greta.Yorsh@arm.com> wrote:
> I'm attaching a new version of the patch. Fixed all comments and retested.
> No regression on qemu --with-cpu cortex-a9.

I assume that on the Cortex-A9 this generates a LDM instead of an
expensive LDRD.  For reference, a tight load loop takes 2.5 s on the
current version, 3.1 s with a LDRD, and 1.9 s with a LDM.

-- Michael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]