[DeLICM] Refactor ZoneAlgorithm into ZoneAlgo.cpp. NFC.
commit7cb56e29e1682e813f21d598b45c247c8793b578
authorMichael Kruse <llvm@meinersbur.de>
Fri, 4 Aug 2017 22:51:23 +0000 (4 22:51 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Fri, 4 Aug 2017 22:51:23 +0000 (4 22:51 +0000)
treeb4b3899b054d3cd065f991e199acd10ec616cb46
parenta2f587b82d3f28eb1e14e5b03b338ac3ba5ebf34
[DeLICM] Refactor ZoneAlgorithm into ZoneAlgo.cpp. NFC.

Extract ZoneAlgorithm from DeLICM.cpp into its own file.
It will gain a second use by the load forwarding part of
-polly-optree.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@310146 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ZoneAlgo.h [new file with mode: 0644]
lib/CMakeLists.txt
lib/Transform/DeLICM.cpp
lib/Transform/ZoneAlgo.cpp [new file with mode: 0644]