Lukas Sommer 51f89293ea
[mlir] Verify childen interface in transform named sequence (#178881)
Application of sequence blocks in the transform interpreter assumes that
all operations (except for the terminator) in the sequence block have
the `TransformOpInterface`. For `SequenceOp`, this was already verified,
but not for `NamedSequenceOp`, causing assertion failures if the
assumption doesn't hold.

This change adds verification that all operations in the block except
for the terminator have the `TransformOpInterface`.

Signed-off-by: Lukas Sommer <lukas.sommer@amd.com>
2026-01-30 17:04:11 +01:00
..