[PATCH] D34815: [Power9] Spill gprs to vector registers rather than stack

Zaara Syeda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 12:56:37 PDT 2017


syzaara updated this revision to Diff 108980.
syzaara added a comment.

Only spill to volatile vsrs as spilling to non-volatile increases prologue/epilogue and leads to performance degradation.


https://reviews.llvm.org/D34815

Files:
  lib/Target/PowerPC/PPCInstrInfo.cpp
  lib/Target/PowerPC/PPCInstrVSX.td
  lib/Target/PowerPC/PPCRegisterInfo.cpp
  lib/Target/PowerPC/PPCRegisterInfo.td
  test/CodeGen/PowerPC/gpr-vsr-spill.ll
  test/CodeGen/PowerPC/gpr-vsr-spill2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34815.108980.patch
Type: text/x-patch
Size: 16711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170731/596a56ec/attachment.bin>


More information about the llvm-commits mailing list