[Bug tree-optimization/100221] Takes two passes at DSE to remove some dead stores

2022-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100221 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/100221] Takes two passes at DSE to remove some dead stores

2022-05-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100221 --- Comment #7 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:1adf11822bd48f4d65156b7642514630c08c4d00 commit r13-723-g1adf11822bd48f4d65156b7642514630c08c4d00 Author: Richard Biener Date:

[Bug tree-optimization/100221] Takes two passes at DSE to remove some dead stores

2022-01-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100221 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug tree-optimization/100221] Takes two passes at DSE to remove some dead stores

2022-01-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100221 --- Comment #6 from Richard Biener --- Created attachment 52162 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52162&action=edit untested patch fixing the reduced testcase

[Bug tree-optimization/100221] Takes two passes at DSE to remove some dead stores

2022-01-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100221 --- Comment #5 from Richard Biener --- Note handling this special case doesn't resolve the issue in the original testcase since the virtual operand setup is different there. As said, DSE is not set up to follow multiple paths to uses (sth akin

[Bug tree-optimization/100221] Takes two passes at DSE to remove some dead stores

2022-01-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100221 Richard Biener changed: What|Removed |Added Version|unknown |12.0 --- Comment #4 from Richard Biene

[Bug tree-optimization/100221] Takes two passes at DSE to remove some dead stores

2021-12-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100221 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug tree-optimization/100221] Takes two passes at DSE to remove some dead stores

2021-12-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100221 Andrew Pinski changed: What|Removed |Added Summary|missed optimization for |Takes two passes at DSE to