[PATCH] D45649: [Polly][ScopDetect] Reject loop with multiple exit blocks.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 14:17:17 PDT 2018


Meinersbur added a comment.

In https://reviews.llvm.org/D45649#1069060, @efriedma wrote:

> Can we reduce the imapct of this by treating all exits which are outside the scop as equivalent?


Polly does not support SCoPs with multiple exits (i.e. must be SESE-region to be detected as SCoP).


Repository:
  rPLO Polly

https://reviews.llvm.org/D45649





More information about the llvm-commits mailing list