[PATCH] D13116: [Polly] Remove Analysis Output of TempScopInfo

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 22:38:01 PDT 2015


LGTM

On 09/23/2015 10:54 PM, Michael Kruse wrote:
> Meinersbur created this revision.
> Meinersbur added reviewers: grosser, jdoerfert.
> Meinersbur added subscribers: pollydev, llvm-commits.
> Meinersbur added a project: Polly.
> Herald added a subscriber: sanjoy.
>
> 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 the directory of ScopInfo tests.
>
> http://reviews.llvm.org/D13116
>
> Files:
>    include/polly/ScopInfo.h
>    lib/Analysis/ScopInfo.cpp
>    test/ScopInfo/cond_in_loop.ll
>    test/ScopInfo/inter_bb_scalar_dep.ll
>    test/ScopInfo/intra_and_inter_bb_scalar_dep.ll
>    test/ScopInfo/intra_bb_scalar_dep.ll
>    test/ScopInfo/nested-loops.ll
>    test/ScopInfo/not-a-reduction.ll
>    test/ScopInfo/scalar_to_array.ll
>    test/ScopInfo/tempscop-printing.ll
>    test/TempScop/inter_bb_scalar_dep.ll
>    test/TempScop/intra_and_inter_bb_scalar_dep.ll
>    test/TempScop/intra_bb_scalar_dep.ll
>    test/TempScop/nested-loops.ll
>    test/TempScop/not-a-reduction.ll
>    test/TempScop/scalar_to_array.ll
>    test/TempScop/tempscop-printing.ll
>



More information about the llvm-commits mailing list