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! Segher > 2018-05-17 Pat Haugen <pthau...@us.ibm.com> > Segher Boessenkool <seg...@kernel.crashing.org> > > PR target/85698 > * config/rs6000/rs6000.c (rs6000_output_move_128bit): Check dest > operand. > > testsuite/ChangeLog: > 2018-05-17 Pat Haugen <pthau...@us.ibm.com> > > PR target/85698 > * gcc.target/powerpc/pr85698.c: New test.