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
[release/9.0-staging] JIT: fix local assertion prop error for partial local comparisons (#112539)
* JIT: fix local assertion prop error for partial local comparisons
If a JTRUE comparison only involves part of a local value we cannot make assertions
about the local as a whole.
Fixes#111352.
* restrict to TYP_LONG locals
---------
Co-authored-by: Andy Ayers <[email protected]>
0 commit comments