Re: [COMMITTED] Use pp_vrange for ranges in dump_ssaname_info.

2022-07-15 Thread Aldy Hernandez via Gcc-patches
On Fri, Jul 15, 2022 at 11:40 AM Aldy Hernandez wrote: > > This changes the ad-hoc dumping of ranges in the gimple pretty printer > to use the pp_vrange utility function, which has the benefit of > handling all range types going forward and unifying the dumping code. > > Instead of: > # RA

[COMMITTED] Use pp_vrange for ranges in dump_ssaname_info.

2022-07-15 Thread Aldy Hernandez via Gcc-patches
This changes the ad-hoc dumping of ranges in the gimple pretty printer to use the pp_vrange utility function, which has the benefit of handling all range types going forward and unifying the dumping code. Instead of: # RANGE [0, 51] NONZERO 0x3f # RANGE ~[5, 10] we would now get: