[mlir] avoid crash in transform.sequence verifier (#66756)
The verifier was unconditionally accessing the body block terminator, but it's not guaranteed that the block has one in general.
parent
73c2cb59
Please register or sign in to comment
The verifier was unconditionally accessing the body block terminator, but it's not guaranteed that the block has one in general.