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
In xDSL the llvm.InsertValueOp and llvm.ExtractValueOp ops don't have the same restrictions on the element_type of the DenseArray attribute as in MLIR
#3155
In MLIR both only accept
i64
as element types. In xDSL there are not restrictionsThe text was updated successfully, but these errors were encountered: