Re: [i386 PATCH] PR 104732: Simplify/fix DI mode logic expansion/splitting on -m32.

2022-03-04 Thread Uros Bizjak via Gcc-patches
On Fri, Mar 4, 2022 at 11:30 AM Roger Sayle wrote: > > > This clean-up patch resolves PR testsuite/104732, the failure of the recent > test gcc.target/i386/pr100711-1.c on 32-bit Solaris/x86. Rather than just > tweak the testcase, the proposed approach is to fix the underlying problem > by removi

[i386 PATCH] PR 104732: Simplify/fix DI mode logic expansion/splitting on -m32.

2022-03-04 Thread Roger Sayle
This clean-up patch resolves PR testsuite/104732, the failure of the recent test gcc.target/i386/pr100711-1.c on 32-bit Solaris/x86. Rather than just tweak the testcase, the proposed approach is to fix the underlying problem by removing the "TARGET_STV && TARGET_SSE2" conditionals from the DI mod