Andrei Elovikov a9ae2fd79e
[NFC][LV] Fix what seems to be a typo in the test (#187769)
The test was added in
4e9894498e.

Alternative fixes would be:
* Remove unused GEP, although not clear why we'd want to overwrite
stored `i64` with `ptr` store.
* Keep this patch, but perform both GEPs with `i64` element type to
reduce the diff. It's not clear if the scalarization caused by that type
mismatch is intentional/relevant for the original change.
2026-03-23 17:28:32 +00:00
..