The rewrite statement allows for rewriting a given root
operation with a block of nested rewriters. The root operation is
not implicitly erased or replaced, and any transformations to it
must be expressed within the nested rewrite block. The inner body
may contain any number of other rewrite statements, variables, or
expressions.
Depends On D115298
What happens in this case? This is not as direct given the comment about no replacement happening.
If I were to have read this it would be
rewrite any op with (undefined op?)
but rewrite would make me thing a replacement is happening.