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
[mypyc] Add GetElement op and other minor ir tweaks (#20721)
The `GetElement` op gets a struct field from a struct value, unlike
`GetElementPtr` which takes a pointer to a struct.
These changes were extracted from mypyc vec type support branch, and
aren't very useful by themselves. I'm splitting the branch into multiple
PRs to simplify reviewing.
0 commit comments