https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122633
Bug ID: 122633
Summary: simple_dse in forwprop could remove LHS of calls
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Keywords: internal-improvement, missed-optimization
Severity: enhancement
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: pinskia at gcc dot gnu.org
Target Milestone: ---
From:
https://inbox.sourceware.org/gcc-patches/[email protected]/
had a simple dse which removed LHS of calls.
I have not looked to see if this is interesting or not with the forwprop simple
dse or not But it would be a good idea to look again to see if that can have an
effect or not.
Note the second part of the patch (update_addresses_taken) was added seperately
later on as a TODO_.