[PATCH] D31459: [Polly][NewPM] Port ScopDetection to the new PassManager

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 12:06:51 PDT 2017


Meinersbur added a comment.

In https://reviews.llvm.org/D31459#713310, @philip.pfaffe wrote:

> If there is no way to break that dependence, we can't run our own SCoP pipeline and must widen the IRUnit of the analyses to Function.


There is already `ScopInfoWrapperPass` which tries this. It as the aforementioned problem that generating one SCoP may invalidate another.


https://reviews.llvm.org/D31459





More information about the llvm-commits mailing list