Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid duplicating constant arrays (#5287)
# Description ## Problem\* Resolves #5286 ## Summary\* Keep track of constant arrays and the array they resolve to in mem2reg, so that another constant array is not created for the same array. ## Additional Context ## Documentation\* Check one: - [X] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. # PR Checklist\* - [X] I have tested the changes locally. - [X] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
- Loading branch information