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, MIPS] Fix build after no_new_pseudos


kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes:

> > I think we should fix combine to permit splitters to create new
> > pseudos.  I don't think it does us any useful service to prohibit
> > them.
> 
> What if the splitter doesn't result in a recognized insn (most don't).
> We could potentially be creating a lot of unneeded pseudos.

I'm not sure I agree.  I suspect that most splitters, when they
succeed, do result in recognized insns.

Conversely, some splitters may require a new pseudo, and yet be quite
useful if they can be run during combine.

In any case, this is something we can measure.

Ian


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