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 the case of adding floats to ints, did we decide on promoting the ints to floats? Originally, we said we'll just take whatever comes first, but I couldn't remember what we decided on.
I thought we decided to promote ints to floats (for binops) because when we got together last time, we tried out the llvm library's build_add function with an int and a "float" by casting the int to const_double, then using const_uitofp
No description provided.
The text was updated successfully, but these errors were encountered: