Re: Generalize a a

2018-04-30 Thread Jeff Law
On 04/30/2018 11:24 AM, Marc Glisse wrote: > Hello, > > this transformation was lacking symmetry, only handling & and not |. > > It probably still fails to handle a < b & a <= 123, while it would > handle < 124, but that's for another day. > > Bootstrap+testsuite on powerpc64le-unknown-linux-gnu

Generalize a a

2018-04-30 Thread Marc Glisse
Hello, this transformation was lacking symmetry, only handling & and not |. It probably still fails to handle a < b & a <= 123, while it would handle < 124, but that's for another day. Bootstrap+testsuite on powerpc64le-unknown-linux-gnu. 2018-05-01 Marc Glisse PR tree-optimizati