On 5/17/18 1:57 PM, Segher Boessenkool wrote: > On Thu, May 17, 2018 at 07:58:20PM +0200, Richard Biener wrote: >> On May 17, 2018 6:04:36 PM GMT+02:00, Segher Boessenkool >> <seg...@kernel.crashing.org> wrote: >>> On Thu, May 17, 2018 at 10:42:46AM -0500, Pat Haugen wrote: >>>> The following patch fixes a problem that resulted in incorrect code >>> generation for the CPU2017 benchmark 525.x264_r. The fix correctly >>> checks the "dest" operand, which is the memory operand. >>>> Bootstrap/regtest on powerp64le and powerpc64 (-m32/-m64) with no new >>>> regressions. Ok for trunk? >>> Okay. Thanks! >> Don't forget the branch. > It's okay for both 7 and 8, too. >
Fix has been backported to both 7 and 8 branches along with a fix to GCC 8 branch gcc.target/powerpc/vec-setup-be-long.c to remove the XFAIL that was pre-approved off list. -Pat