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]

Re: reload CSE optimization



  In message <199806081825.OAA07957@jfc.>you write:
  > 
  > Reload CSE should not replace a CONST_INT with a REG unless the REG is
  > cheaper.  If they are equal cost other considerations make the original
  > form preferable (scheduling, human comprehension, and the principle that
  > one should avoid making changes with no benefit).
  > 
  > This patch also reduces the number of calls to gen_rtx_REG.
This looks fine to me.  Can you please install it.

Thanks!
jeff


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