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
JIT: Add more specific range assertion for bitwise and/or (#120980)
This is an attempt to address #119962 by adding a new range assertion
for `x & y` when a range for `x` and `y` can be determined. As part of the change, this PR also adds a non-negative range assertion for GT_CNS_INT when appropriate.
---------
Co-authored-by: Adam Perlin <[email protected]>
0 commit comments