diff options
author | Ju-Zhe Zhong <juzhe.zhong@rivai.ai> | 2022-10-25 11:22:38 +0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2022-10-26 17:05:09 +0800 |
commit | 7e924ba3474b96a6c0b87c38cc4fca7af8d3910c (patch) | |
tree | d51fea3e62451d2aefb266d0a2614700b5bce70a /gcc/cppmain.c | |
parent | f556cd8bd7929be8b73c66d55f98feac8c9ef1ee (diff) | |
download | gcc-7e924ba3474b96a6c0b87c38cc4fca7af8d3910c.zip gcc-7e924ba3474b96a6c0b87c38cc4fca7af8d3910c.tar.gz gcc-7e924ba3474b96a6c0b87c38cc4fca7af8d3910c.tar.bz2 |
RISC-V: ADJUST_NUNITS according to -march.
This patch fixed PR107357: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107357
gcc/ChangeLog:
PR target/107357
* config/riscv/riscv-modes.def (VECTOR_BOOL_MODE): Set to minimum size.
(ADJUST_NUNITS): Adjust according to -march.
(ADJUST_BYTESIZE): Ditto.
* config/riscv/riscv-protos.h (riscv_v_ext_enabled_vector_mode_p):
Remove.
(riscv_v_ext_vector_mode_p): Change function implementation.
* config/riscv/riscv-vector-builtins.cc (rvv_switcher::rvv_switcher):
Change to riscv_v_ext_vector_mode_p.
(register_builtin_type): Ditto.
* config/riscv/riscv.cc (riscv_v_ext_vector_mode_p): Change to enabled
modes.
(ENTRY): Ditto.
(riscv_v_ext_enabled_vector_mode_p): Remove.
(riscv_v_adjust_nunits): New function.
(riscv_vector_mode_supported_p): Use riscv_v_ext_vector_mode_p instead.
* config/riscv/riscv.h (riscv_v_adjust_nunits): New function.
Diffstat (limited to 'gcc/cppmain.c')
0 files changed, 0 insertions, 0 deletions