In EltsFromConsecutiveLoads we check to see if a vector of values coming
from a set of loads can be merged into a single large load, but did not
check that the loads are non-volatile.
This issue is exposed by the Merge Consecutive Store cleanups in D14834
Don't repeat the function name in the documentation comment.
"true loads" -> "true if loads"