[PATCH] D25070: [RegAllocGreedy] Attempt to split unspillable live intervals

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 18:10:31 PDT 2016


dylanmckay updated this revision to Diff 74194.
dylanmckay marked 3 inline comments as done.
dylanmckay added a comment.

Code cleanups from Quentin

- Use the `instnamer` pass to clean up the testcase
- Change condition from 'is split 1 or is split 2' to 'less than spill'


https://reviews.llvm.org/D25070

Files:
  lib/CodeGen/LiveRangeEdit.cpp
  lib/CodeGen/RegAllocGreedy.cpp
  test/CodeGen/AVR/high-pressure-on-ptrregs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25070.74194.patch
Type: text/x-patch
Size: 4312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161011/058e8b62/attachment.bin>


More information about the llvm-commits mailing list