Re: [PATCH rs6000] Fix PR85698

2018-05-21 Thread Pat Haugen
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 >> wrote: >>> On Thu, May 17, 2018 at 10:42:46AM -0500, Pat Haugen wrote: The following patch fixes a problem that resul

Re: [PATCH rs6000] Fix PR85698

2018-05-17 Thread Segher Boessenkool
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 > 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

Re: [PATCH rs6000] Fix PR85698

2018-05-17 Thread Richard Biener
On May 17, 2018 6:04:36 PM GMT+02:00, Segher Boessenkool 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

Re: [PATCH rs6000] Fix PR85698

2018-05-17 Thread Segher Boessenkool
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

[PATCH rs6000] Fix PR85698

2018-05-17 Thread Pat Haugen
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? -Pat