https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81366
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |missed-optimization
Status|NEW |ASSIGNED
Component|c++ |tree-optimization
Blocks| |53947
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
We have a dup for this I think also omp simd related, can't find it right now.
The issue is that addr-expr forwarding in SCCVN (or rather generally address
VN for references) needs to be improved.
I should be assigned on the dup so let's assign me here, too.
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
[Bug 53947] [meta-bug] vectorizer missed-optimizations