> The problem with C++ is in fold as we now have to disable the > optimization > which converted "a >= b ? b : a" to MIN_EXPR.
Which begs the question of why it doesn't happen when we get into the tree optimizers and have lvalues there. r~
> The problem with C++ is in fold as we now have to disable the > optimization > which converted "a >= b ? b : a" to MIN_EXPR.
Which begs the question of why it doesn't happen when we get into the tree optimizers and have lvalues there. r~