[Linalg] Add rank zero operand support to push down extract slice pattern (#157532)
Currently the pattern would crash for rank 0 operand as it decides the
padding based on affine results, but for rank 0 there are no affine
results in the operand affine map
Signed-off-by: Nirvedh Meshram <nirvedh@gmail.com>