Re: [067/nnn] poly_int: get_mask_mode

2017-11-28 Thread Jeff Law
On 10/23/2017 11:27 AM, Richard Sandiford wrote: > This patch makes TARGET_GET_MASK_MODE take polynomial nunits and > vector_size arguments. The gcc_assert in default_get_mask_mode > is now handled by the exact_div call in vector_element_size. > > > 2017-10-23 Richard Sandiford > Al

[067/nnn] poly_int: get_mask_mode

2017-10-23 Thread Richard Sandiford
This patch makes TARGET_GET_MASK_MODE take polynomial nunits and vector_size arguments. The gcc_assert in default_get_mask_mode is now handled by the exact_div call in vector_element_size. 2017-10-23 Richard Sandiford Alan Hayward David Sherwood gcc/ * tar