Loading
[mlir][vector] Skip redundant affine.apply when unrolling transfer ops. (#192700)
Unrolling transfer ops generates affine.apply ops for every
non-broadcasted dimension, even when the offset being added is zero.
Skip these.
Also export sliceTransferIndices to allow downstream projects to call
this method.
Co-authored-by:
Claude Opus 4.6 (1M context) <noreply@anthropic.com>