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] Support swapping operands and negating result and merge int NEQ (#9149)
This PR implements support for swapping operands and negating result when
building logical ops mentioned in
#9148 (comment).
To demonstrate, NEQ is merged. Since it has no IR test, I built one in
irbuild-int.test.
0 commit comments