[Bug tree-optimization/66502] SCCVN can't handle PHIs optimistically optimally

2022-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66502 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0

[Bug tree-optimization/66502] SCCVN can't handle PHIs optimistically optimally

2022-01-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66502 --- Comment #7 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:cd83fd98a7e769ac7ded28377984f68238812a26 commit r12-6182-gcd83fd98a7e769ac7ded28377984f68238812a26 Author: Richard Biener Date:

[Bug tree-optimization/66502] SCCVN can't handle PHIs optimistically optimally

2022-01-03 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66502 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Known to work|

[Bug tree-optimization/66502] SCCVN can't handle PHIs optimistically optimally

2021-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66502 --- Comment #5 from Andrew Pinski --- (In reply to Richard Biener from comment #4) > SCCVN preference changed. Missed optimization remains (now the other > variant). GCC 10 looks like it can handle both now. I don't know if that means this can

[Bug tree-optimization/66502] SCCVN can't handle PHIs optimistically optimally

2015-08-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66502 --- Comment #4 from Richard Biener --- SCCVN preference changed. Missed optimization remains (now the other variant).

[Bug tree-optimization/66502] SCCVN can't handle PHIs optimistically optimally

2015-08-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66502 --- Comment #3 from Richard Biener --- Author: rguenth Date: Thu Aug 13 07:06:10 2015 New Revision: 226850 URL: https://gcc.gnu.org/viewcvs?rev=226850&root=gcc&view=rev Log: 2015-08-13 Richard Biener PR tree-optimization/66502

[Bug tree-optimization/66502] SCCVN can't handle PHIs optimistically optimally

2015-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66502 --- Comment #2 from Richard Biener --- Someone craft a testcase where both cases are interconnected and thus no optimization is performed currently with either scheme (but would with merged SCCs).

[Bug tree-optimization/66502] SCCVN can't handle PHIs optimistically optimally

2015-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66502 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|