If we don't have the first and last access of an interleaved load group,
the first and last wide load in the loop can do an out of bounds
access. Even though we discard results from speculative loads,
this can cause problems, since it can technically generate page faults
(or worse).
We now discard interleaved load groups that don't have the first and
load in the group.
Hi, @sbaranga. I have some doubts about this part of the code, whether it is too conservative, and I have not found a case to verify your statement.