Re: [PATCH, rs6000] Fix PR78604

2017-02-08 Thread Segher Boessenkool
On Wed, Feb 08, 2017 at 12:45:22PM -0600, Pat Haugen wrote: > The following patch fixes the pr by adding code for integer comparisons to > invert the condition and swap operands to avoid generation of a compound > test. Bootstrap/regtest on powerpc64-unknown-linux-gnu with no new > regressions.

[PATCH, rs6000] Fix PR78604

2017-02-08 Thread Pat Haugen
The following patch fixes the pr by adding code for integer comparisons to invert the condition and swap operands to avoid generation of a compound test. Bootstrap/regtest on powerpc64-unknown-linux-gnu with no new regressions. Ok for trunk? -Pat 2017-02-08 Pat Haugen PR target/78