On Sat, Oct 26, 2019 at 3:27 PM Hongtao Liu <crazy...@gmail.com> wrote: > > > BTW: Please also note that there is no need to use <iptr> or operand > > mode override in scalar insn templates for intel asm dialect when > > operand already has a scalar mode. > https://gcc.gnu.org/ml/gcc-patches/2019-10/msg01868.html > > This patch is to remove redundant <iptr> when operand already has a scalar > mode. > > bootstrap and regression test for i386/x86-64 is ok. > > Changelog > gcc/ > * config/i386/sse.md (*<sse>_vm<plusminus_insn><mode>3, > <sse>_vm<multdiv_mnemonic><mode>3): Remove <iptr> since > operand is already scalar mode. > (iptr): Remove SF/DF.
OK. Thanks, Uros.