arm: Fix typo in auto-vectorized MVE comparisons
authorChristophe Lyon <christophe.lyon@arm.com>
Wed, 23 Feb 2022 06:44:12 +0000 (06:44 +0000)
committerChristophe Lyon <christophe.lyon@arm.com>
Wed, 23 Feb 2022 06:44:12 +0000 (06:44 +0000)
commitfd0ab7c734b04b91653467b94afd48ceca122083
tree0b08431caf08d5f5ef1a1e044914441bec2352ef
parent2f0c93326f4695ee69cc566fb6f1e91b53219604
arm: Fix typo in auto-vectorized MVE comparisons

I made a last minute renaming of mve_const_bool_vec_to_hi () into
mve_bool_vec_to_const () and forgot to update the call sites in vfp.md
accordingly.

Committed as obvious.

2022-02-23  Christophe Lyon <christophe.lyon@arm.com>

gcc/
PR target/100757
PR target/101325
* config/arm/vfp.md (thumb2_movhi_vfp, thumb2_movhi_fp16): Fix
typo.
gcc/config/arm/vfp.md