Skip to content

Delete code that was redundantly removing the elided extents before t… #956

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

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

schweitzpgi
Copy link

…he builder elided those extents.

Fixes #942.

args.push_back(shape[i]);
return builder.allocateLocal(loc, ty, nm, symNm, args, lenParams, isTarg);
}
// Let the builder do all the heavy lifting.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment might be unnecessary / confusing?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True. On the other hand, I sort of wanted to indicate "don't overthink this here, this function is just a thin veneer over the real thing."

@schweitzpgi schweitzpgi merged commit b4e472a into fir-dev Jul 30, 2021
@schweitzpgi schweitzpgi deleted the ch-ch5egs branch July 30, 2021 18:41
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.

2 participants