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: GCSE cleanup/fix


[all computers I use for ordinary development are down now because of the floods, so sorry for sending new email].

Jeff,
I am not exposing the REGs to GCSE as they do have rtx_cost of 0 and I am
exposing only those expressions having nonzero costs.  If you like, I can
change to condition to GET_CODE (x) != REG && GET_CODE (x) != SUBREG.

Honza


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