Skip to content

nir,aco,ac/llvm,radv: combine non-adjacent loads/stores

Use the ds_read2_b32/ds_read2_b64 and ds_write2_b32/ds_write2_b64 instructions to combine non-adjacent shared memory loads/stores with similar addresses.

Edited by Rhys Perry

Merge request reports