Re: Re: [PATCH v3] RISC-V: Elimilate warning in class vcreate

2023-09-11 Thread Li Xu
Committed, thanks juzhe. -- Li Xu >lgtm > Replied Message >FromLi Xu >Date09/12/2023 14:20 >togcc-patc...@gcc.gnu.org >cckito.ch...@gmail.com, >pal...@dabbelt.com, >juzhe.zh...@rivai.ai, >xuli >Subject[PATCH v3] RISC-V: Elimilate warning in class vcreate

[PATCH v3] RISC-V: Elimilate warning in class vcreate

2023-09-11 Thread Li Xu
From: xuli The following is the content of class vcreate: class vcreate : public function_base { public: gimple *fold (gimple_folder &f) const override { } rtx expand (function_expander &e) const override { return NULL_RTX; } }; The warning caused is: ./riscv-gcc/gcc/co