[PATCH] D21885: RegScavenging: Add scavengeRegisterBackwards()

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 10:56:32 PDT 2016


MatzeB updated this revision to Diff 63538.
MatzeB added a comment.

Daniel, I reworked test/CodeGen/Mips/emergency-spill-slot-near-fp.ll. Can you take a look if the test looks okay? In it's current form it forces the RegisterScavenger to spill 1 register and I check that it ends up in 0($sp) to make sure it did not end up on the other side of the big "%stackspace" object.


Repository:
  rL LLVM

http://reviews.llvm.org/D21885

Files:
  include/llvm/CodeGen/RegisterScavenging.h
  lib/CodeGen/PrologEpilogInserter.cpp
  lib/CodeGen/RegisterScavenging.cpp
  test/CodeGen/AMDGPU/captured-frame-index.ll
  test/CodeGen/Mips/emergency-spill-slot-near-fp.ll
  test/CodeGen/PowerPC/dyn-alloca-aligned.ll
  test/CodeGen/SystemZ/frame-13.ll
  test/CodeGen/SystemZ/frame-14.ll
  test/CodeGen/SystemZ/frame-15.ll
  test/CodeGen/SystemZ/frame-16.ll
  test/CodeGen/Thumb/large-stack.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21885.63538.patch
Type: text/x-patch
Size: 29674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160711/32e1ffc8/attachment.bin>


More information about the llvm-commits mailing list