[PATCH] D20027: [RegAlloc, NFC] Extract LastSplitPoint computation to a new class

Wei Mi via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 11:47:44 PDT 2016


wmi created this revision.
wmi added reviewers: qcolombet, MatzeB.
wmi added subscribers: llvm-commits, davidxl, echristo.
wmi set the repository for this revision to rL LLVM.

This is a preparing patch for http://reviews.llvm.org/D19884

Because both split and spill hoisting want to use LastSplitPoint computation result, extract the LastSplitPoint computation from SplitAnalysis class which also contains a bunch of other analysises only related to split.

Repository:
  rL LLVM

http://reviews.llvm.org/D20027

Files:
  lib/CodeGen/SplitKit.cpp
  lib/CodeGen/SplitKit.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20027.56443.patch
Type: text/x-patch
Size: 6942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160506/0e747d21/attachment.bin>


More information about the llvm-commits mailing list