[Bug tree-optimization/104515] [11/12/13 Regression] trivially-destructible destructors interfere with loop optimization - maybe related to lifetime-dse.

2023-04-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104515 --- Comment #7 from Richard Biener --- (In reply to Richard Biener from comment #1) > Confirmed. The issue is that store motion of v_7(D)->end cannot be > performed on > >[local count: 955630225]: > # i_13 = PHI > _1 = v_7(D)->end; >

[Bug tree-optimization/104515] [11/12/13 Regression] trivially-destructible destructors interfere with loop optimization - maybe related to lifetime-dse.

2023-04-12 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104515 Richard Biener changed: What|Removed |Added CC||pshevchuk at pshevchuk dot com ---