-
- Downloads
"libcpp/symtab.cc" did not exist on "4f4e53dd8517c0b2cbe36f0cf866f9f5ebe294e9"
Check whether a vector of QIs can store all indices
The patch to remove the vec_perm_const optab checked whether replacing a constant permute with a variable permute is safe, or whether it might truncate the indices. This patch adds a corresponding check for whether variable permutes can be lowered to QImode-based permutes. 2018-01-02 Richard Sandiford <richard.sandiford@linaro.org> gcc/ * optabs-query.c (can_vec_perm_var_p): Check whether lowering to qimode could truncate the indices. * optabs.c (expand_vec_perm_var): Likewise. From-SVN: r256094
Loading
Please register or sign in to comment