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
Pattern DynamicIotaOpToBroadcast assumes arith.index_cast can be used even if operand and result types are both not index, but this is not true (perhaps it was at the time the MHLO code was written).
Anyways, it seems like arith.index_cast shouldn't be required anymore.
Steps to reproduce your issue
Go to '...'
Click on '....'
Scroll down to '....'
See error
Version information
No response
The text was updated successfully, but these errors were encountered:
What happened?
Pattern
DynamicIotaOpToBroadcast
assumesarith.index_cast
can be used even if operand and result types are both notindex
, but this is not true (perhaps it was at the time the MHLO code was written).Anyways, it seems like
arith.index_cast
shouldn't be required anymore.Steps to reproduce your issue
Version information
No response
The text was updated successfully, but these errors were encountered: