You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Python][OM] Handle BoolAttr's before IntegerAttr's. (#7438)
BoolAttr's are IntegerAttr's, check them first.
IntegerAttr's that happen to have the characteristics of
BoolAttr will accordingly become Python boolean values.
Unclear where these come from but we do lower booleans
to MLIR bool constants so make sure to handle that.
Add test for object model IR with bool constants.
0 commit comments