This is the mail archive of the gcc@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: paired register loads and stores


On 4/25/07, Rask Ingemann Lambertsen <rask@sygehus.dk> wrote:
Btw, this is no longer true unless you pass -fno-split-wide-types.

No, it is still true in most cases as some targets still have not split their own patterns for this feature. In fact in some cases you still want it not to be split anyways if the target supports loading adjacent registers (note adjacent is defined by the target headers really, that is reg 0 is adjacent to reg1, what they are up to the target).

-- Pinski


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