[PATCH] D31459: [Polly][NewPM] Port ScopDetection to the new PassManager
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 30 04:21:08 PDT 2017
philip.pfaffe added a comment.
> What is needed to actually make this run and testable? I would really like to see a test case that verifies this is working.
While the 'right' way to do this is still depending on the outcome of https://reviews.llvm.org/D11032, what I could do right now is add a set of unit tests which hand-craft pipelines. That way I can at least demonstrate that the passes work with the new PM as well.
> Also, could you add a comment in the commit message that explains how to run the viewers in the new pass manager?
What exactly do you mean by 'viewers' here?
https://reviews.llvm.org/D31459
More information about the llvm-commits
mailing list