https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101788
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed. With the following (I mistyped the PR number in the 2nd occurance...)
commit 2cb02e065ff015a69db918eb545a00cd6edf0194 (origin/master, origin/HEAD)
Author: Richard Biener <[email protected]>
Date: Wed Aug 11 14:10:52 2021 +0200
target/101788 - avoid decomposing hard-register "loads"
This avoids decomposing hard-register accesses that masquerade as
loads.
2021-08-11 Richard Biener <[email protected]>
PR target/101877
* tree-ssa-forwprop.c (pass_forwprop::execute): Do not decompose
hard-register accesses.