Re: [PATCH v2] RISC-V: Improve slide patterns recognition

2025-09-20 Thread Raphael Zinsly
On Tue, Sep 16, 2025 at 12:39 PM Jeff Law wrote: > just a follow-up. rv32 passes with this version in my tester. > > Given Juzhe has acked and Robin reviewed it internally. I think this is > good to go once pre-commit CI is done. > Jeff Thanks, pushed as b71ff5184a6216bfc997ada706c89b2f585a7e66

Re: [PATCH v2] RISC-V: Improve slide patterns recognition

2025-09-16 Thread Jeff Law
On 9/16/25 08:21, Raphael Moreira Zinsly wrote: Changes since v1: - Fixed permutations with two pivots and repeated elements. -- >8 -- Improve shuffle_slide_patterns to better recognize permutations that can be constructed by a slideup or slidedown, covering more cases: Slideup one v

[PATCH v2] RISC-V: Improve slide patterns recognition

2025-09-16 Thread Raphael Moreira Zinsly
Changes since v1: - Fixed permutations with two pivots and repeated elements. -- >8 -- Improve shuffle_slide_patterns to better recognize permutations that can be constructed by a slideup or slidedown, covering more cases: Slideup one vector into the middle the other like {0, 4, 5, 3}.