-
Notifications
You must be signed in to change notification settings - Fork 260
Closed
Labels
Description
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?
Reactions are currently unavailable