Re: [PATCH 08/10] rs6000: compare->two for rld*;rld*.

2014-12-09 Thread David Edelsohn
On Mon, Dec 8, 2014 at 9:18 AM, Segher Boessenkool wrote: > These now are the only remaining patterns that have type "compare". > And they shouldn't: "two" is a better type for them. > > > 2014-12-08 Segher Boessenkool > > gcc/ > * config/rs6000/rs6000.md (*anddi3_2rld_dot, *anddi3_rld_

[PATCH 08/10] rs6000: compare->two for rld*;rld*.

2014-12-08 Thread Segher Boessenkool
These now are the only remaining patterns that have type "compare". And they shouldn't: "two" is a better type for them. 2014-12-08 Segher Boessenkool gcc/ * config/rs6000/rs6000.md (*anddi3_2rld_dot, *anddi3_rld_dot2): Change type from "compare" to "two". --- gcc/config/rs6