Re: avoid line breaks in -fverbose-asm tree exprs

2020-06-10 Thread Alexandre Oliva
On Jun 9, 2020, Richard Biener wrote: > How about simply unconditionally doing dump_flags | TDF_SLIM here > to have the whole mem_expr on one line. SGTM > OK with that change. Thanks, here's what I'm installing. slim up mem exprs to avoid line breaks in -fverbose-asm From: Alexandre Oliva

Re: avoid line breaks in -fverbose-asm tree exprs

2020-06-09 Thread Richard Biener via Gcc-patches
On Tue, Jun 9, 2020 at 1:47 AM Alexandre Oliva wrote: > > > An asm operand with a "VIEW_CONVERT_EXPR [...] > }>" will output the definition of the struct as asm code. Oops. > > I hoped setting print_rtx_head would affect print_mem_expr, just > because it's in print-rtl rather than tree-pretty-p

avoid line breaks in -fverbose-asm tree exprs

2020-06-08 Thread Alexandre Oliva
An asm operand with a "VIEW_CONVERT_EXPR" will output the definition of the struct as asm code. Oops. I hoped setting print_rtx_head would affect print_mem_expr, just because it's in print-rtl rather than tree-pretty-print, but it didn't help. I've thus arranged for print_mem_expr to "obey" pr