Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: simplify chains of casts to be all in terms of the original `Va…
…lueId` (#3984) … # Description ## Problem\* Resolves <!-- Link to GitHub Issue --> ## Summary\* After #3946, `Instruction::Cast` is idempotent so we can replace the `ValueId` being casted with the input to previous casts. ## Additional Context ## Documentation\* Check one: - [ ] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[Exceptional Case]** Documentation to be submitted in a separate PR. # PR Checklist\* - [ ] I have tested the changes locally. - [ ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. Co-authored-by: kevaundray <kevtheappdev@gmail.com>
- Loading branch information