This revision introduces transform.structured.lower_pack which allows
rewriting a tensor.pack to tensor.pad + tensor.expand_shape + linalg.transpose.
The implementation is currently limited to static pack ops that do not have outer_dims permutations.
I think here should be pack and not packTranspose.