[Bug rtl-optimization/43226] simplify_binary_operation_1 MINUS x const_int issue

2023-06-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43226 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/43226] simplify_binary_operation_1 MINUS x const_int issue

2021-08-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43226 --- Comment #1 from Andrew Pinski --- This changed over to wide_int (well poly_wide_int but for most targets it is just wide_int). I have not looked to see if that fixes the issue here though.