Skip to content

Commit 5354687

Browse files
[compiler] Fix mode for generating scopes for reassignments
We have an experimental mode where we generate scopes for simple phi values, even if they aren't subsequently mutated. This mode was incorrectly generating scope ranges, leaving the start at 0 which is invalid. The fix is to allow non-zero identifier ranges to overwrite the scope start (rather than taking the min) if the scope start is still zero. ghstack-source-id: ecbb04c Pull Request resolved: facebook#30321
1 parent 2683c0a commit 5354687

File tree

2 files changed

+581
-540
lines changed

2 files changed

+581
-540
lines changed

0 commit comments

Comments
 (0)