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
Recently I was writing a little compiler and was trying to add array support. While trying to implement subscripting & pointer arithmetic, though, I noticed that build_gep only took the pointer type, even though it's something you kinda need with arrays too.
Could build_gep either have another version for arrays or just allow the original function to take arrays?
The text was updated successfully, but these errors were encountered:
Recently I was writing a little compiler and was trying to add array support. While trying to implement subscripting & pointer arithmetic, though, I noticed that build_gep only took the pointer type, even though it's something you kinda need with arrays too.
Could build_gep either have another version for arrays or just allow the original function to take arrays?
The text was updated successfully, but these errors were encountered: