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


On Tue, Nov 24, 1998 at 07:13:14PM +0100, Jakub Jelinek wrote:
> That's what I proposed in my first mail. I think simply replacing a bunch of
> (reload_in_progress || reload_completed) tests with
> (cannot_generate_new_rtxs) or whatever (you'll probably name it better), it
> would fix a lot of bugs that may show up randomly.

While we should have some simple no_new_pseudos predicate, I wonder
if you win creating new pseudos when cse_not_expected.


r~


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