[Bug tree-optimization/101801] vect_worthwhile_without_simd_p is broken

2021-08-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101801 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug tree-optimization/101801] vect_worthwhile_without_simd_p is broken

2021-08-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101801 --- Comment #7 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:19d1a529fa9f78e7ec7be38d423c90e00cec8f8c commit r12-2832-g19d1a529fa9f78e7ec7be38d423c90e00cec8f8c Author: Richard Biener Date:

[Bug tree-optimization/101801] vect_worthwhile_without_simd_p is broken

2021-08-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101801 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/101801] vect_worthwhile_without_simd_p is broken

2021-08-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101801 --- Comment #5 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:f31da42e047e8018ca6ad9809273bc7efb6ffcaf commit r12-2789-gf31da42e047e8018ca6ad9809273bc7efb6ffcaf Author: Richard Biener Date:

[Bug tree-optimization/101801] vect_worthwhile_without_simd_p is broken

2021-08-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101801 --- Comment #4 from Richard Biener --- (In reply to rsand...@gcc.gnu.org from comment #3) > So maybe a less invasive fix would be to add && !VECTOR_BOOLEAN_TYPE_P > to the condition. Still no objection to killing it off instead though. Yeah, I

[Bug tree-optimization/101801] vect_worthwhile_without_simd_p is broken

2021-08-06 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101801 --- Comment #3 from rsandifo at gcc dot gnu.org --- So maybe a less invasive fix would be to add && !VECTOR_BOOLEAN_TYPE_P to the condition. Still no objection to killing it off instead though.

[Bug tree-optimization/101801] vect_worthwhile_without_simd_p is broken

2021-08-06 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101801 --- Comment #2 from rsandifo at gcc dot gnu.org --- Never really looked at the SIMD-without-SIMD stuff. When I first saw this, I was hoping you were suggesting killing off the whole thing :-) So no, no objection from me. It sounds like in the

[Bug tree-optimization/101801] vect_worthwhile_without_simd_p is broken

2021-08-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101801 Richard Biener changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org