Thanks, committed :)
On Tue, Oct 10, 2023 at 6:51 AM Jeff Law <jeffreya...@gmail.com> wrote: > > > > On 10/9/23 22:13, Kito Cheng wrote: > > Allow those funciton apply from a local gcc_options rather than the > > global options. > > > > Preparatory for target attribute, sperate this change for eaiser reivew > > since it's a NFC. > > > > gcc/ChangeLog: > > > > * config/riscv/riscv.cc (riscv_convert_vector_bits): Get setting > > from argument rather than get setting from global setting. > > (riscv_override_options_internal): New, splited from > > riscv_override_options, also take a gcc_options argument. > > (riscv_option_override): Splited most part to > > riscv_override_options_internal. > OK. > jeff