Re: [PATCH] [x86] Fix typo in floorv2sf2, should be register_operand for op1, not vector_operand.

2022-09-22 Thread Uros Bizjak via Gcc-patches
On Thu, Sep 22, 2022 at 3:18 AM liuhongt via Gcc-patches wrote: > > Bootstrapped and regtested on x86_64-pc-linux-gnu{-m32,}. > Verify 526.blend_r can be rebuilt with the fix. > > Ok for trunk? This patch is OK as obvious. Thanks, Uros. > gcc/ChangeLog: > > PR target/106994 > *

Re: [PATCH] [x86] Fix typo in floorv2sf2, should be register_operand for op1, not vector_operand.

2022-09-21 Thread Hongtao Liu via Gcc-patches
On Thu, Sep 22, 2022 at 9:17 AM liuhongt wrote: > > Bootstrapped and regtested on x86_64-pc-linux-gnu{-m32,}. > Verify 526.blend_r can be rebuilt with the fix. > > Ok for trunk? > > gcc/ChangeLog: > > PR target/106994 > * config/i386/mmx.md (floorv2sf2): Fix typo, use >

[PATCH] [x86] Fix typo in floorv2sf2, should be register_operand for op1, not vector_operand.

2022-09-21 Thread liuhongt via Gcc-patches
Bootstrapped and regtested on x86_64-pc-linux-gnu{-m32,}. Verify 526.blend_r can be rebuilt with the fix. Ok for trunk? gcc/ChangeLog: PR target/106994 * config/i386/mmx.md (floorv2sf2): Fix typo, use register_operand instead of vector_operand for operands[1].

Re: [PATCH][X86] Fix Typo

2020-12-21 Thread Uros Bizjak via Gcc-patches
On Mon, Dec 21, 2020 at 12:01 PM Hongtao Liu wrote: > > When i'm working on PR98348, i notice there's Typo in define_insn > "*one_cmpl2_1", There are 2 alternatives, so the index couldn't > be 2. > Bootstrap and regress test is ok on x86_64-unknown-linux. > > gcc/ChangeLog > > *

[PATCH][X86] Fix Typo

2020-12-21 Thread Hongtao Liu via Gcc-patches
When i'm working on PR98348, i notice there's Typo in define_insn "*one_cmpl2_1", There are 2 alternatives, so the index couldn't be 2. Bootstrap and regress test is ok on x86_64-unknown-linux. gcc/ChangeLog * config/i386/i386.md (*one_cmpl2_1): Fix typo, change alternative