Add a canonicalization patterns that folds away PadTensorOps where low and high are zero.
Also remove an existing PadTensorOp vectorization pattern, which was applied in very limited cases. All of those cases are handled by the canonicalization pattern. A more general vectorization pattern will be added in a subsequent commit.
Depends On D103137