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: multi-word operations


On Fri, Aug 14, 1998 at 03:42:23PM -0400, David Edelsohn wrote:
> 	Maybe SUBREG is the problem, but I don't understand why these
> constant values cannot be propagated through SUBREGs.

They can.  That is what the patch I posted was intended to show.

An indirectly related point, though, is using subregs also constrains
the register allocator is ways that perhaps we shouldn't.  Even once
subreg propogation is fixed, there's a fair bit of x86 lossage due to
register allocation problems.


r~


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