[PATCH] D35727: [Polly] Untangle ScopInfo lit-testcases from specifics of the legacy-PM

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 08:12:46 PDT 2017


philip.pfaffe created this revision.
philip.pfaffe added a project: Polly.
Herald added a reviewer: bollu.

For the ScopInfo lit testsuite, this patch removes some dependences on output behaviour of the legacy PM.

In most cases, these tests checked the tool output for labels created by the pass printer in the legacy PM. This doesn't work for the new PM anymore. Untangling the testcases is the first step to porting the testsuite for the new PM infrastructure.


Repository:
  rL LLVM

https://reviews.llvm.org/D35727

Files:
  test/ScopInfo/aliasing_many_parameters_not_all_involved.ll
  test/ScopInfo/branch-references-loop-scev-with-unknown-iterations.ll
  test/ScopInfo/cond_in_loop.ll
  test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll
  test/ScopInfo/integers.ll
  test/ScopInfo/licm_load.ll
  test/ScopInfo/undef_in_cond.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35727.107673.patch
Type: text/x-patch
Size: 6173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170721/519145d6/attachment.bin>


More information about the llvm-commits mailing list