LoopSplitter - intended to split live intervals over loop boundaries.
authorLang Hames <lhames@gmail.com>
Sat, 17 Jul 2010 07:34:01 +0000 (07:34 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 17 Jul 2010 07:34:01 +0000 (07:34 +0000)
commit60f422f894ae9aff2f508f34733be36f5a0ed20a
treee30db27e10d3cd897b0048dcf819a014b310a095
parent7e3012c34509a5c1e7c891bcadb5caaed462deb1
LoopSplitter - intended to split live intervals over loop boundaries.
Still very much under development. Comments and fixes will be forthcoming.

(This commit includes some small tweaks to LiveIntervals & LoopInfo to support the splitter)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108615 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/Splitter.cpp [new file with mode: 0644]
lib/CodeGen/Splitter.h [new file with mode: 0644]