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: flow_loops_find


On Wed, Jan 02, 2002 at 05:03:53PM -0800, Richard Henderson wrote:
> I've not quite figured out what to do about this.  I'd think we'd
> be able to induce this sort of failure in other targets, but I've
> not been able to do so for one reason or another.  I have uncovered
> some places we failed to do cse or constant reconstruction properly
> though.  ;-(

Ok, I've reproduced this on Alpha now too.  It required that I
insert a REG_EQUAL note in one place that I was missing before.
(Which had been causing the address of I to be spilled to the
stack which is not exactly desirable.)


r~


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