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: Proposed major change to combine


> But you can already do that with define_split.  For example consider splitting

But that rquires that you drag around another insn pattern that has extra
complexity, i.e. expands to more than one insn.
First we should stop combines greed to combine insns even when that results
in a more expensive insn that the sum of the cost of the two combined insns.


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