[Bug tree-optimization/18940] Loop is not vectorized when it should be (VRP)

2023-08-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18940 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0 Status|NEW

[Bug tree-optimization/18940] Loop is not vectorized when it should be (VRP)

2021-12-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18940 Andrew Pinski changed: What|Removed |Added Blocks|53947 |26731 --- Comment #6 from Andrew Pinski

[Bug tree-optimization/18940] Loop is not vectorized when it should be (VRP)

2021-12-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18940 Andrew Pinski changed: What|Removed |Added Status|SUSPENDED |NEW --- Comment #5 from Andrew Pinski -

[Bug tree-optimization/18940] Loop is not vectorized when it should be

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 03:08 --- suspend this one as this is hard and most likely not going to happen. -- What|Removed |Added

[Bug tree-optimization/18940] Loop is not vectorized when it should be

2004-12-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-22 07:38 --- I was able to work around the problem which my tree combiner causes by doing what the old forward- pro did which is only combine into a COND_EXPR if we used the SSA_NAME only once in the COND_EXPR or when

[Bug tree-optimization/18940] Loop is not vectorized when it should be

2004-12-11 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2004-12-12 04:59 --- These are real regressions because we are losing information. In particular, when you replace D1360 <= 0 with n <= 1, we no longer can determine that D1360 is <= 1. This would require a pretty powerful asse

[Bug tree-optimization/18940] Loop is not vectorized when it should be

2004-12-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-11 18:52 --- This problem causes the following "regressions" with my tree combiner: FAIL: gcc.dg/vect/vect-58.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.dg/vect/vect-60.c scan-tree-dump-times vectorized 1 loop