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
It seems to me there might be a hazard with h(x) being uninitialized between x = 10-15, unless accesses inside index expressions are required to be in the compute bounds (so the mem bounds of f become the compute bounds of h) - is that how BI actually works?
I couldn't find a case (at least during POPL paper crunch) to actually test this because the compiler is a bit too smart about inlining.