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: combine twee


>Hi
>This patch avoids combine from combining loads/stores to hard register with the
>instruction.  This was primarily made to fix testcase sent few minutes ago
>(that shows up in the x86-64 port due to register passing conventions), but it
>also improves the code on 2 address non-SRC machines.

This patch is an uncalled-for pessimization.  You should allow combinations
that involve fixed hard registers.

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