diff options
author | Pan Li <pan2.li@intel.com> | 2025-04-16 11:16:21 +0800 |
---|---|---|
committer | Pan Li <pan2.li@intel.com> | 2025-04-27 10:08:56 +0800 |
commit | e6e42a709f3cd87e7a5efca72267cab57e0385cb (patch) | |
tree | 0d6a5a4d3386ec56737de7ca90ae4636c0033a4c /gcc/rust/backend | |
parent | d85444a3b00c9a6fce56459af5ec081439a9aaa0 (diff) | |
download | gcc-e6e42a709f3cd87e7a5efca72267cab57e0385cb.zip gcc-e6e42a709f3cd87e7a5efca72267cab57e0385cb.tar.gz gcc-e6e42a709f3cd87e7a5efca72267cab57e0385cb.tar.bz2 |
RISC-V: Extract vec_duplicate for expand_const_vector [NFC]
Consider the expand_const_vector is quit long (about 500 lines)
and complicated, we would like to extract the different case
into different functions. For example, the const vec_duplicate
will be extracted into expand_const_vec_duplicate.
The below test suites are passed for this patch.
* The rv64gcv fully regression test.
gcc/ChangeLog:
* config/riscv/riscv-v.cc (expand_const_vector): Extract
const vec_duplicate into separated function.
(expand_const_vec_duplicate): Add new func to take care
of the const vec_duplicate.
Signed-off-by: Pan Li <pan2.li@intel.com>
Diffstat (limited to 'gcc/rust/backend')
0 files changed, 0 insertions, 0 deletions