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 internal subscript access if already existed #1228

Merged
merged 2 commits into from Mar 23, 2023
Merged

Conversation

tbennun
Copy link
Collaborator

@tbennun tbennun commented Mar 23, 2023

In the Python frontend, if an indirect access to the same range appears more than once, the second time onwards will not create a slice access. This PR fixes it to always create a slice as necessary.

@tbennun tbennun marked this pull request as ready for review March 23, 2023 18:34
@tbennun tbennun requested a review from alexnick83 March 23, 2023 18:34
@tbennun tbennun enabled auto-merge (squash) March 23, 2023 19:06
@tbennun tbennun disabled auto-merge March 23, 2023 20:39
@tbennun tbennun merged commit c9e59a0 into master Mar 23, 2023
11 checks passed
@tbennun tbennun deleted the fix-indirect-syms branch March 23, 2023 21:06
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.

None yet

2 participants