Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm unnecessary widenconst_bestguess call #38871

Merged
merged 1 commit into from
Dec 16, 2020

Conversation

aviatesk
Copy link
Sponsor Member

@aviatesk aviatesk commented Dec 14, 2020

the equivalent widening logic is imposed on frame.bestguess within
typeinf_local
, and so as far as I understand we don't need
widenconst_bestguess in typeinf_edge

the equivalent widening logic is imposed within `typeinf_local`,
and so as far as I understand we don't this need `widenconst_bestguess`
in `typeinf_edge`
@Keno Keno closed this Dec 15, 2020
@Keno Keno reopened this Dec 15, 2020
@Keno Keno merged commit 341d6c9 into JuliaLang:master Dec 16, 2020
@aviatesk aviatesk deleted the simplebestguess branch December 16, 2020 04:18
aviatesk added a commit to aviatesk/JET.jl that referenced this pull request Dec 16, 2020
vtjnash pushed a commit that referenced this pull request Jan 21, 2021
the equivalent widening logic is imposed within `typeinf_local`,
and so as far as I understand we don't this need `widenconst_bestguess`
in `typeinf_edge`

(cherry picked from commit 341d6c9)
@KristofferC KristofferC added the backport 1.6 Change should be backported to release-1.6 label Jan 21, 2021
@KristofferC KristofferC mentioned this pull request Jan 21, 2021
60 tasks
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label Feb 1, 2021
KristofferC pushed a commit that referenced this pull request Feb 1, 2021
the equivalent widening logic is imposed within `typeinf_local`,
and so as far as I understand we don't this need `widenconst_bestguess`
in `typeinf_edge`

(cherry picked from commit 341d6c9)
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
the equivalent widening logic is imposed within `typeinf_local`,
and so as far as I understand we don't this need `widenconst_bestguess`
in `typeinf_edge`
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
the equivalent widening logic is imposed within `typeinf_local`,
and so as far as I understand we don't this need `widenconst_bestguess`
in `typeinf_edge`

(cherry picked from commit 341d6c9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants