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: Proposed major change to combine


    Whenever three insns are cheaper than two insns,
    the three insns would be better.

We currently have no metric that would tell us that: I don't think
adding up rtx_cost of all the SET_SRC expressions is meant for that
sort of purpose.  Moreover, it seems unlikely for modern machines.
Can you give an example?


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