Re: [PATCH] ix86: Enable the GPR only instructions for -mgeneral-regs-only

2021-07-18 Thread Uros Bizjak via Gcc-patches
On Sun, Jul 18, 2021 at 3:40 AM H.J. Lu wrote: > > For -mgeneral-regs-only, enable the GPR only instructions which are > enabled implicitly by SSE ISAs unless they have been disabled explicitly. > > gcc/ > > PR target/101492 > * common/config/i386/i386-common.c (ix86_handle_option)

[PATCH] ix86: Enable the GPR only instructions for -mgeneral-regs-only

2021-07-17 Thread H.J. Lu via Gcc-patches
For -mgeneral-regs-only, enable the GPR only instructions which are enabled implicitly by SSE ISAs unless they have been disabled explicitly. gcc/ PR target/101492 * common/config/i386/i386-common.c (ix86_handle_option): For -mgeneral-regs-only, enable the GPR only instruc