Re: [PATCH] i386: Fix the pmovzx SSE4.1 define_insn_and_split patterns [PR98670]

2021-01-14 Thread Uros Bizjak via Gcc-patches
On Thu, Jan 14, 2021 at 11:44 AM Jakub Jelinek wrote: > > Hi! > > I've made two mistakes in the *sse4_1_zero_extend* define_insn_and_split > patterns. One is that when it uses vector_operand, it should use Bm rather > than m constraint, and the other one is that because it is a post-reload > spli

[PATCH] i386: Fix the pmovzx SSE4.1 define_insn_and_split patterns [PR98670]

2021-01-14 Thread Jakub Jelinek via Gcc-patches
Hi! I've made two mistakes in the *sse4_1_zero_extend* define_insn_and_split patterns. One is that when it uses vector_operand, it should use Bm rather than m constraint, and the other one is that because it is a post-reload splitter it needs isa attribute to select which alternatives are valid f