diff options
author | Tamar Christina <tamar.christina@arm.com> | 2024-10-18 09:44:15 +0100 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2024-10-18 09:44:15 +0100 |
commit | 453d3d90c374d3bb329f1431b7dfb8d0510a88b9 (patch) | |
tree | 7b379a103a7dfeedc84162a45245d23db2683563 /gcc/fortran | |
parent | 87dc6b1992e7ee02e7a4a81c568754198c0f61f5 (diff) | |
download | gcc-453d3d90c374d3bb329f1431b7dfb8d0510a88b9.zip gcc-453d3d90c374d3bb329f1431b7dfb8d0510a88b9.tar.gz gcc-453d3d90c374d3bb329f1431b7dfb8d0510a88b9.tar.bz2 |
AArch64: use movi d0, #0 to clear SVE registers instead of mov z0.d, #0
This patch changes SVE to use Adv. SIMD movi 0 to clear SVE registers when not
in SVE streaming mode. As the Neoverse Software Optimization guides indicate
SVE mov #0 is not a zero cost move.
When In streaming mode we continue to use SVE's mov to clear the registers.
Tests have already been updated.
gcc/ChangeLog:
* config/aarch64/aarch64.cc (aarch64_output_sve_mov_immediate): Use
fmov for SVE zeros.
Diffstat (limited to 'gcc/fortran')
0 files changed, 0 insertions, 0 deletions