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

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 13:54:34 PDT 2015


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13116.35551.patch
Type: text/x-patch
Size: 25687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150923/53a0848d/attachment.bin>


More information about the llvm-commits mailing list