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
Have you considered making ABI lowering to transform calls to return two/N values instead? LLVM IR instructions does not support multiple results and using structs is the way they go about implementing this, MLIR knows better though.
Originally posted by @bcardosolopes in #1292 (comment)
The text was updated successfully, but these errors were encountered: