middle-end/97579 - fix VEC_COND_EXPR ISEL optab query
authorRichard Biener <rguenther@suse.de>
Tue, 3 Nov 2020 13:53:24 +0000 (14:53 +0100)
committerRichard Biener <rguenther@suse.de>
Tue, 3 Nov 2020 15:23:06 +0000 (16:23 +0100)
commitd0d8a1658054258baae87b445678c1c0c08d9455
treed81d9b8f325f85d36b2f025daadd58efd4b4e369
parentea7df355ca4a4571d07d1fc9528cccd1393c2420
middle-end/97579 - fix VEC_COND_EXPR ISEL optab query

This fixes a mistake in the optab query done by ISEL.  It
doesn't fix the PR but shifts the ICE elsewhere.

2020-11-03  Richard Biener  <rguenther@suse.de>

PR middle-end/97579
* gimple-isel.cc (gimple_expand_vec_cond_expr): Use
the correct types for the vcond_mask/vec_cmp optab queries.
gcc/gimple-isel.cc