Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/ssa: add position data in indexed range loops
Indexed range loops are lacking position data in their SSA representation, so add the position data into an index operation This improves the problem described in golang/go#31008 by providing position data with the nilness message
- Loading branch information