[Bug tree-optimization/103723] zero extend not moved out of the loop after IV-OPTS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103723 --- Comment #2 from Andrew Pinski --- Actually this is more complex, I had missed the original add too. the full loop: [local count: 958878296]: _18 = (unsigned int) ivtmp.7_15; len_test_12 = _18 + 1; ivtmp.7_7 = ivtmp.7_15 + 1; if (iv
[Bug tree-optimization/103723] zero extend not moved out of the loop after IV-OPTS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103723 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-12-15 Summary|Loop inva