The pattern would create reshape ops without a newShape attr.
This fails the verifier (which can be seen in the debug output;
but curiously doesn't abort compilation),
and can cause crashes in other code that expect to see valid
reshape ops, like ReshapeOp::fold.
The effects cannot be seen in the the test case of the pass because the results of this pattern
are further transformed by other patterns of this pass.