On Thu, Nov 03, 2016 at 05:43:50PM +0100, Bernd Schmidt wrote:
> On 11/03/2016 05:35 PM, Martin Jambor wrote:
> >
> > * print-rtl.c (print_rtx_operand_codes_E_and_V): Print how many times
> > an element is repeated istead of printing each repeated element.
>
> "instead"
Will fix.
>
> >
On Thu, 2016-11-03 at 17:43 +0100, Bernd Schmidt wrote:
> On 11/03/2016 05:35 PM, Martin Jambor wrote:
> >
> > * print-rtl.c (print_rtx_operand_codes_E_and_V): Print how many
> > times
> > an element is repeated istead of printing each repeated
> > element.
>
> "instead"
>
> > ---
> > g
On 11/03/2016 05:35 PM, Martin Jambor wrote:
* print-rtl.c (print_rtx_operand_codes_E_and_V): Print how many times
an element is repeated istead of printing each repeated element.
"instead"
---
gcc/print-rtl.c | 15 ++-
1 file changed, 14 insertions(+), 1 deletio
Hi,
this patch comes from our GCN BE branch. Because vectors of that
architectures have many elements, RTL dumps can get quite unwieldy when
all elements are printed out all the time. However, pretty much all the
time it is the same value repeated over and over again, which lead us to
the follow