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
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
MappedScop::detectReductions: check that member exists before accessing it
If all members in the band are coincident, then the member
that gets checked for being a reduction lies beyond the band.
It is not clear if this can happen in practice in the current code base
because the band has already been checked for not containing
anything beyond a single update statement and optionally
the corresponding init statement. However, these restrictions
may get relaxed at some point and there is no point in continuing
if all member are coincident.
0 commit comments