[PATCH] D15720: [Polly] Use assumed context during ast generation

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 14:53:42 PST 2015


Meinersbur added a comment.

Summary missing?

Could you explain why this changes anything, because the scheduler should produce a schedule withing the assumed context only. (i.e. because we gist the assumed context before scheduling if I am not mistaken)

Does this change the output other than adding conditionals? I guess these are irrelevant because they are checked beforehand for loop versioning anyway. Do the additional conditions affect execution time?


http://reviews.llvm.org/D15720





More information about the llvm-commits mailing list