]> gcc.gnu.org Git - gcc.git/commit
arm/97906: Adjust neon_vca patterns to use GLTE instead of GTGE iterator.
authorprathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
Mon, 21 Jun 2021 09:08:32 +0000 (14:38 +0530)
committerprathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
Mon, 21 Jun 2021 09:11:12 +0000 (14:41 +0530)
commit29a539a675b8ffd8e20fd3926d6ba0482ea0f275
tree7963414caccdaa5a355600dc8a0551b438672d17
parent90f78d5d86598f8cadacfb20d8d98c122a466599
arm/97906: Adjust neon_vca patterns to use GLTE instead of GTGE iterator.

gcc/ChangeLog:
PR target/97906
* config/arm/iterators.md (NEON_VACMP): Remove.
* config/arm/neon.md (neon_vca<cmp_op><mode>): Use GLTE instead of GTGE
iterator.
(neon_vca<cmp_op><mode>_insn): Likewise.
(neon_vca<cmp_op_unsp><mode>_insn_unspec): Use NEON_VAGLTE instead of
NEON_VACMP.

gcc/testsuite/ChangeLog:
PR target/97906
* gcc.target/arm/simd/pr97906.c: New test.
gcc/config/arm/iterators.md
gcc/config/arm/neon.md
gcc/testsuite/gcc.target/arm/simd/pr97906.c [new file with mode: 0644]
This page took 0.067253 seconds and 5 git commands to generate.