[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.
Loading
Please 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.