Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Could you add a test that invokes the pass with the new pass manage? E.g. take an existing test for the SimplifyPass, and add a RUN: line that does the same thing with NPM?
Thank you for the patch!
Thanks for reviewing the patch, @Meinersbur!
I have updated some of the existing tests for the SimplifyPass to also use the NPM. There are still some tests for SimplifyPass which depend on other Polly passes being properly ported first. Those tests will be updated in a follow-up patch.
LGTM
A single test test file would be enough to check that the new pass manager pipeline is working. Checking all tests with both pass manager doubles the execution time for check-polly without improving test coverage. There are not too many tests for the simplify pass, but please consider testing it only once with the scalability tests, as these take the most time.