diff options
author | Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> | 2023-04-21 21:17:33 +0530 |
---|---|---|
committer | Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> | 2023-04-21 21:17:33 +0530 |
commit | e306501ff556647dc31915a63ce95a5496f08f97 (patch) | |
tree | 9ed965bfa220e4ee79dce97419e94fe5b6e0da20 /gcc/tree-ssa-phiopt.cc | |
parent | 18c9427b66fc0df663ae30ba721ef4e590902e30 (diff) | |
download | gcc-e306501ff556647dc31915a63ce95a5496f08f97.zip gcc-e306501ff556647dc31915a63ce95a5496f08f97.tar.gz gcc-e306501ff556647dc31915a63ce95a5496f08f97.tar.bz2 |
[aarch64] Use force_reg instead of copy_to_mode_reg.
Use force_reg instead of copy_to_mode_reg in aarch64_simd_dup_constant
and aarch64_expand_vector_init to avoid creating pseudo if original value
is already in a register.
gcc/ChangeLog:
* config/aarch64/aarch64.cc (aarch64_simd_dup_constant): Use
force_reg instead of copy_to_mode_reg.
(aarch64_expand_vector_init): Likewise.
Diffstat (limited to 'gcc/tree-ssa-phiopt.cc')
0 files changed, 0 insertions, 0 deletions