You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for LLVM9 upgrade to limit the unrolling threshold for cases in which we get large numbers of integer operation inside of a loop. When we get into SCEV we can potentially get a stack overflow if the number of instructions gets too large to evaluate.
0 commit comments