[polly] r265260 - [FIX] Do not create a SCoP in the presence of infinite loops

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 3 06:02:36 PDT 2016


On 04/03/2016 01:12 PM, Johannes Doerfert via llvm-commits wrote:
> Author: jdoerfert
> Date: Sun Apr  3 06:12:39 2016
> New Revision: 265260
>
> URL: http://llvm.org/viewvc/llvm-project?rev=265260&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.

Hi Johannes,

this commit unfortunately broke 'make check-polly':

	http://lab.llvm.org:8011/builders/polly-amd64-linux/builds/40663

Could you have a look?

Thank you,	
Tobias


More information about the llvm-commits mailing list