Refactor index handling in BufferStore and BufferLoad to promote 64-bit integers (#796)
- Updated index processing in `BufferStore` and `BufferLoad` to ensure that integer indices with less than 64 bits are promoted to 64-bit integers. - Introduced a new array to store the modified indices before updating the original indices, enhancing clarity and maintainability of the code.
Showing
Please register or sign in to comment