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
This reverts commit f2e38e8.
In downstream testing, this folder appeared to cause assertions in
upstream MLIR to fail with the following:
```
llvm::APSInt mlir::IntegerAttr::getAPSInt() const: Assertion
`!getType().isSignlessInteger() && "Signless integers don't carry a
sign for APSInt"' failed.
```
@seldridge did some digging:
The issue appears to be that we have an i8 attribute and it is being converted to an APSInt:
The text was updated successfully, but these errors were encountered: