[PATCH] D11686: [RegAlloc] Trace sibling copies when checking for rematerializability during spill weight calculation (PR24139)

Robert Lougher via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 12:09:14 PDT 2015


rob.lougher updated this revision to Diff 31537.
rob.lougher added a comment.

Hi Quentin,

Thanks for the review.  I have added a test based on the PR that checks we get the expected number of spills.

Thanks,
Rob.


http://reviews.llvm.org/D11686

Files:
  include/llvm/CodeGen/CalcSpillWeights.h
  lib/CodeGen/CalcSpillWeights.cpp
  lib/CodeGen/LiveRangeEdit.cpp
  lib/CodeGen/RegAllocBasic.cpp
  lib/CodeGen/RegAllocGreedy.cpp
  lib/CodeGen/RegAllocPBQP.cpp
  test/CodeGen/X86/pr24139.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11686.31537.patch
Type: text/x-patch
Size: 18832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150807/8792912a/attachment.bin>


More information about the llvm-commits mailing list