[Bug tree-optimization/117252] SLSR does not always handle mem_refs

2024-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117252 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug tree-optimization/117252] SLSR does not always handle mem_refs

2024-10-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117252 --- Comment #2 from Andrew Pinski --- Yes it is a missed reassociation. Most likely because we don't reassociate pointerplus ...

[Bug tree-optimization/117252] SLSR does not always handle mem_refs

2024-10-22 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117252 --- Comment #1 from Richard Biener --- I don't think it does that - does it? It looks like an association issue.