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: [PATCH] Fix PR optimization/10876


    There is exactly one case for which this transformation is not
    possible on SPARC: with CONST_INT == -4096. So we'll resort to putting
    the constant in a register.

The transformation is in how the RTL is *represented*.  A PLUS RTL operation
can either be an addition or a subtraction insn depending on the constant.


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