[Bug tree-optimization/104297] MIN_EXPR is not detected for a >= -__INT_MAX__ ? -__INT_MAX__ : a

2023-06-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104297 --- Comment #2 from Andrew Pinski --- Note at -O2, t is no longer optimized to MIN_EXPR either due to VRP proping in the value -2147483648 .

[Bug tree-optimization/104297] MIN_EXPR is not detected for a >= -__INT_MAX__ ? -__INT_MAX__ : a

2023-01-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104297 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0