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]

Re: some Sparc hackery in the works


   From: Joern Rennecke <amylaar@cygnus.co.uk>
   Date: Mon, 13 Jul 1998 19:54:53 +0100 (BST)

   You usually get worse code if you try to open-code DImode
   operations as RTL at rtl generation time.  You can get the same
   benefit for scheduling and delay slot filling if you povide
   define_splits for the patterns in question; you can then also safe
   the output template by replacing it with a '#', to indicate that
   this pattern must be split.

If you look at my code, this is precisely what I'm doing.

Later,
David S. Miller
davem@dm.cobaltmicro.com


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