Re: [5/7] Split out gather load mask building

2017-11-17 Thread Jeff Law
On 11/17/2017 02:19 AM, Richard Sandiford wrote: > This patch splits out the code to build an all-bits-one or all-bits-zero > input to a gather load. The catch is that both masks can have > floating-point type, in which case they are implicitly treated in > the same way as an integer bitmask. > >

[5/7] Split out gather load mask building

2017-11-17 Thread Richard Sandiford
This patch splits out the code to build an all-bits-one or all-bits-zero input to a gather load. The catch is that both masks can have floating-point type, in which case they are implicitly treated in the same way as an integer bitmask. Richard 2017-11-17 Richard Sandiford gcc/ * tr