[polly] r265280 - [FIX] Do not create a SCoP in the presence of infinite loops
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 4 00:43:05 PDT 2016
On 04/04/2016 01:09 AM, Johannes Doerfert via llvm-commits wrote:
> Author: jdoerfert
> Date: Sun Apr 3 18:09:06 2016
> New Revision: 265280
>
> URL: http://llvm.org/viewvc/llvm-project?rev=265280&view=rev
> Log:
> [FIX] Do not create a SCoP in the presence of infinite loops
>
> If a loop has no exiting blocks the region covering we use during
> schedule genertion might not cover that loop properly. For now we bail
> out as we would not optimize these loops anyway.
Thanks for the quick fix. Out of interest: What was the issue that had
to be resolved to make this work?
Best,
Tobias
More information about the llvm-commits
mailing list