On December 28, 2019 5:29:20 PM GMT+01:00, Richard Sandiford
wrote:
>The EXTRACT_LAST_REDUCTION handling needs to generate a separate
>comparison instruction that feeds the vector mask argument of the
>IFN_EXTRACT_LAST call. We weren't checking whether that comparison
>was supported, leading to
The EXTRACT_LAST_REDUCTION handling needs to generate a separate
comparison instruction that feeds the vector mask argument of the
IFN_EXTRACT_LAST call. We weren't checking whether that comparison
was supported, leading to an ICE on the testcase.
Tested on aarch64-linux-gnu and x86_64-linux-gnu.