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
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