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
Currently both codegen & peepholer optimize LOAD_CONST for small integers to LOAD_SMALL_INT. CFG can do it alone, so we don't have this logic in 2 places.
Feature or enhancement
Proposal:
Addressing #129568 (comment)
Currently both codegen & peepholer optimize
LOAD_CONSTfor small integers toLOAD_SMALL_INT. CFG can do it alone, so we don't have this logic in 2 places.Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
LOAD_SMALL_INToptimization from codegen to CFG #130481