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

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 17:11:55 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)
It does not. There is no assumed context involved in scheduling.

> 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?
This removes dead statements from the schedule and hence the AST.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151223/78d772db/attachment.sig>


More information about the llvm-commits mailing list