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
Optimize generated cmm for negated comparisons (#2131)
* Optimize away asr of lsl operations in some situations
In some cases, such as comparisons, we can statically know from the cmm
code whether it is correct to remove a pair [asr (lsl 1 ..) 1]. This
commit introduces that simplification in cmm_helpers.
0 commit comments