[mlir] Print bad size in AttrSizedOperandSegments (details)
Commit
09b0e0884a3ea561f11a97644a9cf6c15eac6ec0
by modocache
[mlir] Print bad size in AttrSizedOperandSegments
When printing verification errors for ops with the incorrect number of operand segments, print the required number as well as the actual number. Split off from D93005.