https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125557
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Last reconfirmed| |2026-06-02
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
tree-ssa-sink.cc has sink_common_stores_to_bb which could be extended to cover
non-stores. In this case we'd trade PHIs for ip and tag for ones for one
selecting between nlt and tag_type. So cost modeling here should see to
reduce the number of PHIs required.