On Wed, 20 Nov 2024, Jakub Jelinek wrote:
> Hi!
>
> When working on the PR117612 fix, I've noticed a pasto in
> tree-ssa-phiopt.cc (spaceship_replacement).
> The code is
> if (absu_hwi (tree_to_shwi (arg2)) != 1)
> return false;
> if (e1->flags & EDGE_TRUE_VALUE)
> {
>
Hi!
When working on the PR117612 fix, I've noticed a pasto in
tree-ssa-phiopt.cc (spaceship_replacement).
The code is
if (absu_hwi (tree_to_shwi (arg2)) != 1)
return false;
if (e1->flags & EDGE_TRUE_VALUE)
{
if (tree_to_shwi (arg0) != 2
|| absu_h