[Bug tree-optimization/85636] Tree if-conversion inserts redundant loads

2021-07-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85636 Richard Biener changed: What|Removed |Added Known to work||9.1.0 Resolution|---

[Bug tree-optimization/85636] Tree if-conversion inserts redundant loads

2021-07-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85636 --- Comment #2 from Andrew Pinski --- I don't see this on the trunk: _1 = (long unsigned int) i_31; _2 = _1 * 4; _3 = c_11(D) + _2; v_12 = *_3; _6 = a_15(D) + _2; iftmp.1_8 = v_12 == 20 ? y_13(D) : x_14(D); _26 = v_12 != 20 ? y_13(D

[Bug tree-optimization/85636] Tree if-conversion inserts redundant loads

2018-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85636 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|