[PATCH] D45493: [Polly][NewPM] Port IslAst, ScopDetect, and ScopInfo lit testsuites over to the new PM

Lukas Böhm via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 04:58:07 PDT 2018


lksbhm added inline comments.


================
Comment at: test/ScopInfo/scalar_to_array.ll:5
+; RUN: opt %loadPolly -disable-output "-passes=print<polly-function-scops>"    \
+; RUN: -aa-pipeline=basic-aa < %s 2>&1 | FileCheck %s
 ; RUN: opt %loadPolly -basicaa -polly-function-scops -analyze < %s | FileCheck %s
----------------
This is the same RUN line twice. I just noticed this by accident. The `polly-scops` and `polly-function-scops` flags map to the same new-pm pass. It might be good to look for similar cases within the other tests.


Repository:
  rPLO Polly

https://reviews.llvm.org/D45493





More information about the llvm-commits mailing list