ScopDetection: Always refuse multi-dimensional memory accesses with 'undef' in
the size expression. We previously only checked if the size expression is 'undef', but allowed size expressions of the form 'undef * undef' by accident. After this change we now require size expressions to be affine which implies no 'undef' appears anywhere in the expression. llvm-svn: 251225
Loading
Please sign in to comment