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]

[arm] inhibit LDM peepholes for xscale


When tuning for xscale, peepholing two LDRs into an LDM would generally
be a loss.

In fact, arith_adjacentmem looks like it will sometimes transform two
LDRs into an ADD followed by an LDM, which is probably a loss on any
Harvard core.  But I guess we can worry about that separately.

p.

Attachment: ldm2.diff
Description: Text document


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