Re: [PATCH] Clean up irange self tests.

2020-11-09 Thread Aldy Hernandez via Gcc-patches
Yes, it was leftover from the original irange work years ago. Aldy On Mon, Nov 9, 2020 at 3:42 PM Andrew MacLeod wrote: > > On 11/9/20 9:38 AM, Aldy Hernandez wrote: > > Currently we have all the irange and range-op tests in range-op.cc. > > This patch splits them up into the appropriate file (i

Re: [PATCH] Clean up irange self tests.

2020-11-09 Thread Andrew MacLeod via Gcc-patches
On 11/9/20 9:38 AM, Aldy Hernandez wrote: Currently we have all the irange and range-op tests in range-op.cc. This patch splits them up into the appropriate file (irange tests in value-range.cc and range-op tests in range-op.cc). The patch also splits up the tests themselves by functionality. I

[PATCH] Clean up irange self tests.

2020-11-09 Thread Aldy Hernandez via Gcc-patches
Currently we have all the irange and range-op tests in range-op.cc. This patch splits them up into the appropriate file (irange tests in value-range.cc and range-op tests in range-op.cc). The patch also splits up the tests themselves by functionality. It's not perfect, but significantly better th