Re: [PATCH] gimple-isel: Check whether IFN_VCONDEQ is supported [PR98560]

2021-01-07 Thread Richard Biener
On Wed, 6 Jan 2021, Richard Sandiford wrote: > This patch follows on from the previous one for the PR and > makes sure that we can handle == as well as <. Previously > we assumed without checking that IFN_VCONDEQ was available > if IFN_VCOND or IFN_VCONDU wasn't. > > The patch also fixes the def

[PATCH] gimple-isel: Check whether IFN_VCONDEQ is supported [PR98560]

2021-01-06 Thread Richard Sandiford via Gcc-patches
This patch follows on from the previous one for the PR and makes sure that we can handle == as well as <. Previously we assumed without checking that IFN_VCONDEQ was available if IFN_VCOND or IFN_VCONDU wasn't. The patch also fixes the definition of the IFN_VCOND* functions. The optabs are conver