> Yes. However, in the case that caused the PR, this was attempted with > reload_completed == 0, so we cannot generate return patterns anyway and > must fail.
OK, but we clean up the CFG after reload is completed (e.g. just before emitting the prologue) so in this case we can generate return patterns. -- Eric Botcazou