sequre icon indicating copy to clipboard operation
sequre copied to clipboard

Add IR pass for array indexing transformations

Open hsmajlovic opened this issue 2 years ago • 0 comments

Add IR pass that will transform double indices a[i][j] to a[i, j] for better performance.

hsmajlovic avatar Dec 21 '23 22:12 hsmajlovic