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

declare PhiNode.edges::Vector{Int32} #37108

Merged
merged 1 commit into from
Aug 26, 2020
Merged

declare PhiNode.edges::Vector{Int32} #37108

merged 1 commit into from
Aug 26, 2020

Conversation

JeffBezanson
Copy link
Sponsor Member

This is pretty clearly the right type to use, but it does come with some annoyance of needing to convert to Int several places in the compiler. Seems worth it to me.

fixes #37078

@timholy
Copy link
Sponsor Member

timholy commented Aug 18, 2020

I was missing a fair bit on the C side, so thanks for doing this!

@JeffBezanson JeffBezanson merged commit db0f55e into master Aug 26, 2020
@JeffBezanson JeffBezanson deleted the jb/int32phinode branch August 26, 2020 17:07
simeonschaub pushed a commit to simeonschaub/julia that referenced this pull request Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:latency Compiler latency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants