[PATCH] D45493: [Polly][NewPM] Port IslAst, ScopDetect, and ScopInfo lit testsuites over to the new PM
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 16 14:44:53 PDT 2018
Meinersbur added a comment.
In https://reviews.llvm.org/D45493#1068638, @philip.pfaffe wrote:
> In a legacy PM pipeline, basic-aa is always the default. I.e., if you do AA queries without specifying any AA passes, you always get basic-aa results. In the new PM, that's not true. So i think it should be present in the testcases. I'm happy to add it to `%loadPolly', though!
I'd prefer to have it added to `%loadPolly` to avoid boilerplate in every test case.
Repository:
rPLO Polly
https://reviews.llvm.org/D45493
More information about the llvm-commits
mailing list