Re: [PATCH] rs6000: Improve fusion assembler output

2017-12-01 Thread Segher Boessenkool
On Thu, Nov 30, 2017 at 12:54:53PM -0500, Michael Meissner wrote: > On Thu, Nov 30, 2017 at 11:59:37AM +, Segher Boessenkool wrote: > > This improves the output for load and store fusion a little. In most > > cases it removes the comment output, because that makes the generated > > assembler c

Re: [PATCH] rs6000: Improve fusion assembler output

2017-11-30 Thread Michael Meissner
On Thu, Nov 30, 2017 at 11:59:37AM +, Segher Boessenkool wrote: > This improves the output for load and store fusion a little. In most > cases it removes the comment output, because that makes the generated > assembler code hard to read, and equivalent info is available with -dp > anyway. For

[PATCH] rs6000: Improve fusion assembler output

2017-11-30 Thread Segher Boessenkool
This improves the output for load and store fusion a little. In most cases it removes the comment output, because that makes the generated assembler code hard to read, and equivalent info is available with -dp anyway. For the vector loads it puts the comment on the second insn, where it doesn't i