[Bug tree-optimization/109287] Optimizing sal shr pairs when inlining function

2023-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109287 --- Comment #2 from Andrew Pinski --- Actually it is closer to: unsigned f(unsigned t, unsigned b, unsigned *tt) { if (b >= 16) __builtin_unreachable(); t *= 16; t+= b; *tt = t%16; unsigned ttt = t/16;

[Bug tree-optimization/109287] Optimizing sal shr pairs when inlining function

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