[Bug tree-optimization/111560] Missed optimization of available expression

2023-09-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111560 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org

[Bug tree-optimization/111560] Missed optimization of available expression

2023-09-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111560 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/111560] Missed optimization of available expression

2023-09-23 Thread 652023330028 at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111560 --- Comment #4 from Yi <652023330028 at smail dot nju.edu.cn> --- (In reply to Andrew Pinski from comment #1) > The problem is in this case: > e=a+b+c; //line 5 > f=d+b+c; //"b+c" can be replaced with the value at line 5 > > at the gim

[Bug tree-optimization/111560] Missed optimization of available expression

2023-09-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111560 --- Comment #3 from Andrew Pinski --- *** Bug 111562 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/111560] Missed optimization of available expression

2023-09-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111560 --- Comment #2 from Andrew Pinski --- *** Bug 111561 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/111560] Missed optimization of available expression

2023-09-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111560 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Severity|