Re: [Patch] [mid-end][__RTL] Set global epilogue_completed in skip_pass

2019-11-15 Thread Richard Biener
On Fri, 15 Nov 2019, Matthew Malcomson wrote: > Set global epilogue_completed when skipping pro_and_epilogue pass > > When compiling RTL functions marked to start at a pass after the reload > pass, `skip_pass` is used to mark the reload pass as having completed > since many patterns use the `relo

[Patch] [mid-end][__RTL] Set global epilogue_completed in skip_pass

2019-11-15 Thread Matthew Malcomson
Set global epilogue_completed when skipping pro_and_epilogue pass When compiling RTL functions marked to start at a pass after the reload pass, `skip_pass` is used to mark the reload pass as having completed since many patterns use the `reload_completed` variable to determine whether to run or not