Seems like assert's operand value was built but there is no operation to consume them, not exactly sure if this is the issue. This is low priority and probably not easy to fix? This thread is just to keep a note and we can fix it later.
Ref commit
This repo: f123a6eb41cd81b59d27c03dcc5e559e8c3cdebb
Description
The struct test case use Python's
assert
to check whether field type is correct. This breaks schedule creation.Relevant test case
mlir/test_dtype.py::test_struct
Error message
Seems like
assert
's operand value was built but there is no operation to consume them, not exactly sure if this is the issue. This is low priority and probably not easy to fix? This thread is just to keep a note and we can fix it later.Ref commit