Re: [PATCH 4/5] Revamp irange_allocator to handle vranges.

2022-06-01 Thread Aldy Hernandez via Gcc-patches
Final patch committed. Re-tested on x86-64 Linux. On Mon, May 30, 2022 at 3:28 PM Aldy Hernandez wrote: > > This patch revamps the range allocator to handle generic vrange's. > I've cleaned it up somehow to make it obvious the various things you > can allocate with it. I've also moved away from

[PATCH 4/5] Revamp irange_allocator to handle vranges.

2022-05-30 Thread Aldy Hernandez via Gcc-patches
This patch revamps the range allocator to handle generic vrange's. I've cleaned it up somehow to make it obvious the various things you can allocate with it. I've also moved away from overloads into distinct names when appropriate. The various entry points are now: // Allocate a range of TYPE.