forked from OSchip/llvm-project
5c179bf14b
Currently in llvm, CalleeSavedInfo can only assign a callee saved register to stack frame index to be spilled in the prologue. We would like to enable spilling gprs to vector registers. This patch adds the capability to spill to other registers aside from just the stack. It also adds the changes for power9 to spill gprs to volatile vector registers when they are available. This happens only for leaf functions when using the option -ppc-enable-pe-vector-spills. Differential Revision: https://reviews.llvm.org/D39386 llvm-svn: 346512 |
||
---|---|---|
.. | ||
ifcvt-diamond-ret.mir | ||
lit.local.cfg | ||
prolog_vec_spills.mir | ||
unordered-implicit-registers.mir |