canVectorize

Returns whether this slice pattern can benefit from vectorized access.

Vectorization is beneficial when:

  • Memory access is contiguous

  • Access patterns follow natural tensor layout (NCHW)

  • No complex stride patterns that would prevent SIMD operations