]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: MVE: Remove _s and _u suffixes from vcmp* builtins.
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 10 May 2021 12:51:53 +0000 (12:51 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Mon, 10 May 2021 12:56:16 +0000 (12:56 +0000)
commit929056a7689bead913be686c3581bb8a8599acb6
treee2a5e02593a4523a500dc4dde3f57446cf5a12ea
parentf56af5f9c20ca8cf4ee916bbfc06d8c1584868cb
arm: MVE: Remove _s and _u suffixes from vcmp* builtins.

This patch brings more unification in the vector comparison builtins,
by removing the useless 's' (signed) suffix since we no longer need
unsigned versions.

2021-05-10  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/
* config/arm/arm_mve.h (__arm_vcmp*): Remove 's' suffix.
* config/arm/arm_mve_builtins.def (vcmp*): Remove 's' suffix.
* config/arm/mve.md (mve_vcmp*): Remove 's' suffix in pattern
names.
gcc/config/arm/arm_mve.h
gcc/config/arm/arm_mve_builtins.def
gcc/config/arm/mve.md