Richard Sandiford <richard.sandif...@arm.com> writes: > [This follows on from: > https://gcc.gnu.org/ml/gcc-patches/2019-09/msg00778.html > https://gcc.gnu.org/ml/gcc-patches/2019-09/msg01456.html] > > With the function ABI stuff, we can now support shrink-wrapping of > non-leaf vector PCS functions. This is particularly useful if the > vector PCS function calls an ordinary function on an error path, > since we can then keep the extra saves and restores specific to > that path too. > > Tested on aarch64-linux-gnu. OK to install?
Now self-approved :-), applied as r276340. Richard