[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. llvm-svn: 265260
Loading
Please sign in to comment