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

Fix elimination of PiNode for Argument #37422

Merged
merged 1 commit into from
Sep 8, 2020
Merged

Conversation

yuyichao
Copy link
Contributor

@yuyichao yuyichao commented Sep 5, 2020

This causes PiNode on Argument of type Argument to be incorrectly eliminated.
Ironically, this happens for compact_exprtype which is exactly where the solution is found.


Another behavior issue found when scanning the Core code for type instability...

This causes `PiNode` on `Argument` of type `Argument` to be incorrectly eliminated.
Ironically, this happens for `compact_exprtype` which is exactly where the solution is found.
@yuyichao yuyichao added the compiler:inference Type inference label Sep 5, 2020
@JeffBezanson JeffBezanson merged commit 2d8ae3b into master Sep 8, 2020
@JeffBezanson JeffBezanson deleted the yyc/typeinf/argtype branch September 8, 2020 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:inference Type inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants