On Tue, Aug 26, 2025 at 9:38 AM Andi Kleen wrote:
>
> From: Andi Kleen
>
> Make the expand pattern for operand 1 match the final instruction.
>
> PR 121658
>
> gcc/ChangeLog:
>
> * config/i386/sse.md ("3"): Use
> register_operand for rotate patterns.
>
> gcc/testsuite/Chan
From: Andi Kleen
Make the expand pattern for operand 1 match the final instruction.
PR 121658
gcc/ChangeLog:
* config/i386/sse.md ("3"): Use
register_operand for rotate patterns.
gcc/testsuite/ChangeLog:
* gcc.target/i386/pr121658.c: New test.
---
gcc/config/