[Bug tree-optimization/87505] Vectorizer generates a lot of code for a small loop
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87505 --- Comment #3 from Richard Biener --- Both making i std::size_t or casting (base + 4) to int "fixes" this.
[Bug tree-optimization/87505] Vectorizer generates a lot of code for a small loop
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87505 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|
[Bug tree-optimization/87505] Vectorizer generates a lot of code for a small loop
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87505 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Comm