[COMMITTED} m32r: Disable movsicc pattern

2020-06-25 Thread Nick Clifton via Gcc-patches
Hi Guys, I am checking in the patch below to fix several failures in the GCC testsuite for the M32R target. The issue is the movsicc pattern which is a holdover from when the port from converted from using cc0. The pattern was written as if a previous instruction had set the CC bits, w

Re: [COMMITTED} m32r: Disable movsicc pattern

2020-06-25 Thread Jeff Law via Gcc-patches
On Thu, 2020-06-25 at 16:41 +0100, Nick Clifton via Gcc-patches wrote: > Hi Guys, > > I am checking in the patch below to fix several failures in the GCC > testsuite for the M32R target. The issue is the movsicc pattern which > is a holdover from when the port from converted from using cc0.