Remove Analysis Output of TempScopInfo
commita4f89ea04bd01b8df5c5477def726f6dd5551fed
authorMichael Kruse <llvm@meinersbur.de>
Thu, 24 Sep 2015 11:41:21 +0000 (24 11:41 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 24 Sep 2015 11:41:21 +0000 (24 11:41 +0000)
tree4a97d53e7ea0d975b9f2651f98df0117c1cf27ac
parent61d791671f6626969b92a5c1dadfa39a9dd50d43
Remove Analysis Output of TempScopInfo

After the merge of TempScopInfo into ScopInfo the analysis output
remained because of the existing unit tests. These remains are removed
and the units tests converted to match the equivalent output of
ScopInfo's analysis output. The unit tests are also moved into the
directory of ScopInfo tests.

Differential Revision: http://reviews.llvm.org/D13116

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@248485 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ScopInfo.h
lib/Analysis/ScopInfo.cpp
test/ScopInfo/cond_in_loop.ll
test/ScopInfo/inter_bb_scalar_dep.ll [moved from test/TempScop/inter_bb_scalar_dep.ll with 71% similarity]
test/ScopInfo/intra_and_inter_bb_scalar_dep.ll [moved from test/TempScop/intra_and_inter_bb_scalar_dep.ll with 67% similarity]
test/ScopInfo/intra_bb_scalar_dep.ll [moved from test/TempScop/intra_bb_scalar_dep.ll with 83% similarity]
test/ScopInfo/nested-loops.ll [moved from test/TempScop/nested-loops.ll with 100% similarity]
test/ScopInfo/not-a-reduction.ll [moved from test/TempScop/not-a-reduction.ll with 100% similarity]
test/ScopInfo/scalar_to_array.ll [moved from test/TempScop/scalar_to_array.ll with 78% similarity]
test/ScopInfo/tempscop-printing.ll [moved from test/TempScop/tempscop-printing.ll with 58% similarity]