Re: [PATCH] i386: Fix up splitters into vptest [PR119357]

2025-04-04 Thread Uros Bizjak
On Wed, Mar 19, 2025 at 8:56 AM Jakub Jelinek wrote: > > Hi! > > The following testcase ICEs, because the splitters into vptest > create an invalid instruction. The operands of all the UNSPEC_PTEST > using instructions use register_operand and vector_operand predicate, > these splitters use vecto

[PATCH] i386: Fix up splitters into vptest [PR119357]

2025-03-19 Thread Jakub Jelinek
Hi! The following testcase ICEs, because the splitters into vptest create an invalid instruction. The operands of all the UNSPEC_PTEST using instructions use register_operand and vector_operand predicate, these splitters use vector_operand predicate but create vptest instruction which has the sam