Re: [PATCH 3/5] Convert range-op.* to vrange.

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 provides the infrastructure to make range-ops type agnostic. > > First, the range_op_handler function has been replaced with an object > of the same name. It's coded in such a

[PATCH 3/5] Convert range-op.* to vrange.

2022-05-30 Thread Aldy Hernandez via Gcc-patches
This patch provides the infrastructure to make range-ops type agnostic. First, the range_op_handler function has been replaced with an object of the same name. It's coded in such a way to minimize changes to the code base, and to encapsulate the dispatch code. Instead of: range_operator