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: 64-bit PowerPC code quality regression


On Fri, Sep 07, 2001 at 09:49:52PM -0400, David Edelsohn wrote:
> 	Yes, I know the splitter can match.  I mentioned that in my
> original note.  What I don't understand is why GCC is applying the
> splitter when it already has a match.

You mean an insn match?  Because they're completely separate 
operations.  Because in addition to splitting "invalid" insns,
define_split is used for lowering code by splitting compound
patterns into their constituant parts.


r~


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