But that would not pass the alignment check either, no? In fact, I assume that for strided loads we have a scalar type as component (ptype), so we always get supported unaligned accesses here?
Perhaps I'm missing something, though.
What I was missing is that we're using the same element size for vect-vect and strided. So no alignment fallback necessary.
IMHO we can get unaligned accesses, though. -- Regards Robin