[PATCH] D21312: [Polly] Fix assertion due to loop overlap with nonaffine region.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 04:51:08 PDT 2016


Meinersbur added a comment.

Thank you for the update.

You changed the contains test to only check contained Loop. Are you sure this is sufficient? The Region might contain a single non-loop BasicBlock that is outside of the surrounding loop. Or is there a reason why this cannot happen?


Repository:
  rL LLVM

http://reviews.llvm.org/D21312





More information about the llvm-commits mailing list