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

[NewOptimizer] Fix phi node codegen corner case #26945

Merged
merged 1 commit into from
May 1, 2018
Merged

Conversation

Keno
Copy link
Member

@Keno Keno commented May 1, 2018

Just a silly corner case where we forgot to check whether val.typ == Union{},
causing a crash in the cmdlineargs test.

Just a silly corner case where we forgot to check whether val.typ == Union{},
causing a crash in the cmdlineargs test.
@ararslan ararslan added the compiler:optimizer Optimization passes (mostly in base/compiler/ssair/) label May 1, 2018
@ararslan
Copy link
Member

ararslan commented May 1, 2018

So this will be covered by existing tests once the new optimizer goes live?

@Keno
Copy link
Member Author

Keno commented May 1, 2018

yes

@Keno Keno mentioned this pull request May 1, 2018
18 tasks
@Keno Keno merged commit c42b5eb into master May 1, 2018
@ararslan ararslan deleted the kf/phicodegencorner branch May 1, 2018 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:optimizer Optimization passes (mostly in base/compiler/ssair/)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants